Skip to content

Commit

Permalink
fix spaces in test
Browse files Browse the repository at this point in the history
  • Loading branch information
surskitt committed Jan 16, 2020
1 parent eb3556e commit 406f441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/lastfm/lastfm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) ♫",
},
}

Expand Down

0 comments on commit 406f441

Please sign in to comment.