Skip to content

Commit

Permalink
update MusicLyricsVOTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jitwxs committed May 15, 2022
1 parent 4a12aa6 commit 244ee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MusicLyricAppTest/Bean/MusicLyricsVOTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void TestLyricTimestamp()
// 空数据 && 不合法
foreach (var scenario in new[]
{
new LyricTimestamp(),
new LyricTimestamp(""),
new LyricTimestamp("[12131"),
new LyricTimestamp("-1]")
})
Expand Down

0 comments on commit 244ee92

Please sign in to comment.