Skip to content

Commit

Permalink
cleanup after tag tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Dec 20, 2023
1 parent 6fce617 commit 394ed80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import (
)

func TestAddDeleteTagByTitle(t *testing.T) {
defer cleanUp(*testSession)

testDelay()

addTagConfig := AddTagsInput{
Expand All @@ -35,6 +37,8 @@ func TestAddDeleteTagByTitle(t *testing.T) {
}

func TestAddTagWithParent(t *testing.T) {
defer cleanUp(*testSession)

testDelay()

addTagConfigParent := AddTagsInput{
Expand Down

0 comments on commit 394ed80

Please sign in to comment.