summaryrefslogtreecommitdiffstats
path: root/app/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_test.go')
-rw-r--r--app/command_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/command_test.go b/app/command_test.go
index be1da3ac7..b37e78ea9 100644
--- a/app/command_test.go
+++ b/app/command_test.go
@@ -13,6 +13,7 @@ import (
func TestMoveCommand(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
sourceTeam := th.CreateTeam()
targetTeam := th.CreateTeam()