diff options
Diffstat (limited to 't/app/controller/my_planned.t')
-rw-r--r-- | t/app/controller/my_planned.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/app/controller/my_planned.t b/t/app/controller/my_planned.t index 9e9ac06a2..51ea0297e 100644 --- a/t/app/controller/my_planned.t +++ b/t/app/controller/my_planned.t @@ -78,7 +78,3 @@ subtest "POSTing multiple problems to my/planned/change adds all to shortlist" = }; done_testing(); - -END { - $mech->delete_user($user); -} |