diff --git a/internal/util/path_test.go b/internal/util/path_test.go index 9c786904..c6aceceb 100644 --- a/internal/util/path_test.go +++ b/internal/util/path_test.go @@ -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) {