oh-my-posh/segment_spotify_test.go

12 lines
140 B
Go
Raw Normal View History

2019-03-13 04:14:30 -07:00
package main
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestSpotifyEnabled(t *testing.T) {
assert.True(t, true)
}