aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/my.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/my.t')
-rw-r--r--t/app/controller/my.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/app/controller/my.t b/t/app/controller/my.t
index 47539ba55..8b4a25c26 100644
--- a/t/app/controller/my.t
+++ b/t/app/controller/my.t
@@ -63,8 +63,3 @@ is $problems[2]->discard_changes->anonymous, 1, 'Other user problem made anonymo
is $update[0]->discard_changes->anonymous, 1, 'User update made anonymous';
done_testing();
-
-END {
- $mech->delete_user($user);
- $mech->delete_user($other_user);
-}