diff options
Diffstat (limited to 't/app/model/token.t')
-rw-r--r-- | t/app/model/token.t | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/t/app/model/token.t b/t/app/model/token.t index e31901187..60b170a26 100644 --- a/t/app/model/token.t +++ b/t/app/model/token.t @@ -1,7 +1,4 @@ -use strict; -use warnings; - -use Test::More; +use FixMyStreet::Test; use FixMyStreet; use FixMyStreet::DB; |