Skip to content

Commit

Permalink
add a case for WorldInformation test
Browse files Browse the repository at this point in the history
  • Loading branch information
boscohyun committed Sep 14, 2023
1 parent b7ef626 commit f030912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .Lib9c.Tests/Model/WorldInformationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void TryGetFirstWorld()
[Theory]
[InlineData(1, 1)]
[InlineData(2, 99)]
[InlineData(7, 316)]
public void TryGetLastClearedStageId(int worldId, int stageId)
{
var wi = new WorldInformation(0, _tableSheets.WorldSheet, stageId - 1);
Expand Down

0 comments on commit f030912

Please sign in to comment.