Skip to content

Commit b9268df

Browse files
committed
test(lyric): fix lyric unittest
1 parent 5ad2191 commit b9268df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/lyric/lyric_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func Test_lyricInteractor_SetLyricRenderer(t *testing.T) {
8282
},
8383
},
8484
want: VerseInfo{},
85-
wantWidth: 61,
85+
wantWidth: 46,
8686
wantTakenFromLyric: true,
8787
wantLyric: []entity.Lyric{
8888
{},
@@ -111,7 +111,7 @@ func Test_lyricInteractor_SetLyricRenderer(t *testing.T) {
111111
},
112112
},
113113
want: VerseInfo{},
114-
wantWidth: 61,
114+
wantWidth: 46,
115115
wantTakenFromLyric: true,
116116
wantLyric: []entity.Lyric{
117117
{

0 commit comments

Comments
 (0)