Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lleadbet committed Jul 13, 2021
1 parent ba73568 commit 3c6528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestGetApplicationDir(t *testing.T) {

dir, err := GetApplicationDir()
a.Nil(err, "GetApplicationDir() failed with error %v", err)
a.Equal(true, strings.HasSuffix(dir, ".twitch-cli"), "GetApplicationDir() expected to end with %v, got %v", ".twitch-cli", dir)
a.Equal(true, strings.HasSuffix(dir, "twitch-cli"), "GetApplicationDir() expected to end with %v, got %v", ".twitch-cli", dir)
}

func TestGetConfigPath(t *testing.T) {
Expand Down

0 comments on commit 3c6528c

Please sign in to comment.