diff options
Diffstat (limited to 't/app/view/web.t')
-rw-r--r-- | t/app/view/web.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/view/web.t b/t/app/view/web.t index 0f49b986b..3a95a2ad7 100644 --- a/t/app/view/web.t +++ b/t/app/view/web.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More; + use Test::More; BEGIN { use_ok 'FixMyStreet::App::View::Web' } |