diff options
Diffstat (limited to 't/cobrand/restriction.t')
-rw-r--r-- | t/cobrand/restriction.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/cobrand/restriction.t b/t/cobrand/restriction.t index 873a396b7..9e3018625 100644 --- a/t/cobrand/restriction.t +++ b/t/cobrand/restriction.t @@ -17,7 +17,6 @@ sub updates_restriction { package main; -use Test::More; use FixMyStreet::TestMech; my $c = FixMyStreet::App->new; @@ -51,5 +50,4 @@ is($cobrand->updates->count, 1, 'One update in the right cobrand'); my $nearby = $c->model('DB::Nearby')->nearby($c, 5, [], 10, 0.003, 0.004); is(@$nearby, 1, 'One report close to the origin point'); -$mech->delete_problems_for_body(1234); done_testing(); |