summaryrefslogtreecommitdiffstats
path: root/api/reaction_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/reaction_test.go')
-rw-r--r--api/reaction_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/reaction_test.go b/api/reaction_test.go
index 6362f0c39..23e02fb7a 100644
--- a/api/reaction_test.go
+++ b/api/reaction_test.go
@@ -11,6 +11,7 @@ import (
func TestSaveReaction(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
Client := th.BasicClient
@@ -142,6 +143,7 @@ func TestSaveReaction(t *testing.T) {
func TestDeleteReaction(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
Client := th.BasicClient
@@ -231,6 +233,7 @@ func TestDeleteReaction(t *testing.T) {
func TestListReactions(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
Client := th.BasicClient