summaryrefslogtreecommitdiffstats
path: root/api/command_help_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_help_test.go')
-rw-r--r--api/command_help_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/command_help_test.go b/api/command_help_test.go
index 5f47a5101..4ca9ef152 100644
--- a/api/command_help_test.go
+++ b/api/command_help_test.go
@@ -12,6 +12,8 @@ import (
func TestHelpCommand(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
+
Client := th.BasicClient
channel := th.BasicChannel