package main import ( "testing" "github.com/stretchr/testify/assert" ) func TestSpotifyEnabled(t *testing.T) { assert.True(t, true) }