oh-my-posh/segment_spotify_test.go
2020-09-12 08:57:18 +02:00

12 lines
140 B
Go
Executable file

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