Skip to content

Commit c6aebda

Browse files
committed
Revert unrelated test case change
1 parent bdd3098 commit c6aebda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

LrcParser.Tests/Parser/Lrc/Lines/LrcLyricParserTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ public void TestDecode(string lyric, LrcLyric expected)
4343
},
4444
],
4545
[
46-
"[00:01.00] 帰<00:01.10>り<00:02.00>道<00:03.00>は<00:04.00>",
46+
"[00:17.00] 帰<00:01.00>り<00:02.00>道<00:03.00>は<00:04.00>",
4747
new LrcLyric
4848
{
4949
Text = "帰り道は",
50-
StartTimes = [1000],
51-
TimeTags = TestCaseTagHelper.ParseTimeTags(["[0,start]:1000", "[1,start]:1100", "[2,start]:2000", "[3,start]:3000", "[4,end]:4000"]),
50+
StartTimes = [17000],
51+
TimeTags = TestCaseTagHelper.ParseTimeTags(["[0,start]:17000", "[1,start]:1000", "[2,start]:2000", "[3,start]:3000", "[4,end]:4000"]),
5252
},
5353
],
5454
[

0 commit comments

Comments
 (0)