diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-25 12:44:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-25 12:45:45 +0100 |
commit | a51c4dff85fa403978a313b4330081fd3ca9993c (patch) | |
tree | 658ddbe1d0322ef85877bc5d21258d9bd06724e3 /t/app/sendreport/email.t | |
parent | 2d7d19048e568ddd78fa4c6929a0c0ec896df3b8 (diff) |
Make sure gettext domain specified in all tests.
Diffstat (limited to 't/app/sendreport/email.t')
-rw-r--r-- | t/app/sendreport/email.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/app/sendreport/email.t b/t/app/sendreport/email.t index 718b0a495..6b292725b 100644 --- a/t/app/sendreport/email.t +++ b/t/app/sendreport/email.t @@ -2,7 +2,6 @@ use FixMyStreet; use FixMyStreet::DB; use FixMyStreet::SendReport::Email; use FixMyStreet::TestMech; -use mySociety::Locale; ok( my $mech = FixMyStreet::TestMech->new, 'Created mech object' ); |