We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad2191 commit b9268dfCopy full SHA for b9268df
1 file changed
internal/lyric/lyric_test.go
@@ -82,7 +82,7 @@ func Test_lyricInteractor_SetLyricRenderer(t *testing.T) {
82
},
83
84
want: VerseInfo{},
85
- wantWidth: 61,
+ wantWidth: 46,
86
wantTakenFromLyric: true,
87
wantLyric: []entity.Lyric{
88
{},
@@ -111,7 +111,7 @@ func Test_lyricInteractor_SetLyricRenderer(t *testing.T) {
111
112
113
114
115
116
117
{
0 commit comments