mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
12 lines
140 B
Go
Executable file
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)
|
|
}
|