Skip to content

Commit c9880db

Browse files
Update timeInMs values in lrc test cases
1 parent 3188f02 commit c9880db

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/plugins/synced-lyrics/parsers/lrc.test.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,35 +105,35 @@ test('karaoke', () => {
105105
timeInMs: 0,
106106
words: [
107107
{
108-
timeInMs: 4,
108+
timeInMs: 40,
109109
word: 'When',
110110
},
111111
{
112-
timeInMs: 16,
112+
timeInMs: 160,
113113
word: 'the',
114114
},
115115
{
116-
timeInMs: 82,
116+
timeInMs: 820,
117117
word: 'truth',
118118
},
119119
{
120-
timeInMs: 1029,
120+
timeInMs: 1290,
121121
word: 'is',
122122
},
123123
{
124-
timeInMs: 1063,
124+
timeInMs: 1630,
125125
word: 'found',
126126
},
127127
{
128-
timeInMs: 3009,
128+
timeInMs: 3090,
129129
word: 'to',
130130
},
131131
{
132-
timeInMs: 3037,
132+
timeInMs: 3370,
133133
word: 'be',
134134
},
135135
{
136-
timeInMs: 5092,
136+
timeInMs: 5920,
137137
word: 'lies',
138138
},
139139
],

0 commit comments

Comments
 (0)