aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Test.pm')
-rw-r--r--perllib/FixMyStreet/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Test.pm b/perllib/FixMyStreet/Test.pm
index add67dfd9..6b6bc02bc 100644
--- a/perllib/FixMyStreet/Test.pm
+++ b/perllib/FixMyStreet/Test.pm
@@ -8,7 +8,7 @@ use utf8;
use Test::More;
use FixMyStreet::DB;
-my $db = FixMyStreet::DB->storage;
+my $db = FixMyStreet::DB->schema->storage;
sub import {
strict->import;