Skip to content

Commit

Permalink
Time-tag assertion should check romanization-related property.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jan 17, 2024
1 parent 0a58d54 commit 2591298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Rulesets.Karaoke.Tests/Asserts/TimeTagAssert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ public static void ArePropertyEqual(TimeTag expect, TimeTag actually)
{
AreEqual(expect.Index, actually.Index);
AreEqual(expect.Time, actually.Time);
AreEqual(expect.FirstSyllable, actually.FirstSyllable);
AreEqual(expect.RomanizedSyllable, actually.RomanizedSyllable);
}
}

0 comments on commit 2591298

Please sign in to comment.