From 406f4410e5e4da9202b0d64c293735f7e1a93df4 Mon Sep 17 00:00:00 2001 From: shanedabes Date: Thu, 16 Jan 2020 02:14:21 +0000 Subject: [PATCH] fix spaces in test --- plugins/lastfm/lastfm_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lastfm/lastfm_test.go b/plugins/lastfm/lastfm_test.go index 75f3eea..5e305e0 100644 --- a/plugins/lastfm/lastfm_test.go +++ b/plugins/lastfm/lastfm_test.go @@ -35,11 +35,11 @@ func TestLastfmJsonString(t *testing.T) { }{ { fmt.Sprintf(jf, "true"), - "♫ user is listening to artist - track (album) ♫", + "♫ user is listening to artist - track (album) ♫", }, { fmt.Sprintf(jf, ""), - "♫ user last listened to artist - track (album) ♫", + "♫ user last listened to artist - track (album) ♫", }, }