Skip to content

Commit

Permalink
Fix codefactor's complain.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Nov 29, 2020
1 parent fd2ff71 commit fb204ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ protected void RunRubyCheckTest(string text, string[] ruby, JaRubyTagGeneratorCo
var lyric = new Lyric { Text = text };
var rubyTags = generator.CreateRubyTags(lyric);


Assert.AreEqual(rubyTags.Length, ruby.Length);
foreach (var rubyTag in rubyTags)
{
Expand Down

0 comments on commit fb204ef

Please sign in to comment.