summaryrefslogtreecommitdiffstats
path: root/api/command_expand_collapse_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_expand_collapse_test.go')
-rw-r--r--api/command_expand_collapse_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/command_expand_collapse_test.go b/api/command_expand_collapse_test.go
index 79ae4af66..96f92c58f 100644
--- a/api/command_expand_collapse_test.go
+++ b/api/command_expand_collapse_test.go
@@ -12,6 +12,8 @@ import (
func TestExpandCommand(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
+
Client := th.BasicClient
channel := th.BasicChannel
@@ -30,6 +32,8 @@ func TestExpandCommand(t *testing.T) {
func TestCollapseCommand(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
+
Client := th.BasicClient
channel := th.BasicChannel