From 12541f277d5bbb121a3c6f59a54053a236832ab7 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 27 Dec 2016 16:26:52 +0000 Subject: fix MailStore::FS test & impl --- t/tests/sietima/mailstore.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/tests/sietima/mailstore.t b/t/tests/sietima/mailstore.t index 2c2c74a..b7991a5 100644 --- a/t/tests/sietima/mailstore.t +++ b/t/tests/sietima/mailstore.t @@ -111,7 +111,7 @@ subtest 'file store' => sub { my $root = Path::Tiny->tempdir; - test_store(Test::Sietima::MailStore->new({root => $root})); + test_store(Sietima::MailStore::FS->new({root => $root})); }; done_testing; -- cgit v1.2.3