Skip to content

Commit

Permalink
apply code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrosine1153 committed Oct 22, 2024
1 parent f9d7217 commit 78c39e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .Lib9c.Tests/TableData/WorldBossRankingRewardSheetTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public void GetRewards(int bossId, int ranking, int rate, int expected)
var rewards = row.GetRewards(tableSheets.RuneSheet, tableSheets.MaterialItemSheet);

Assert.Equal(expected, rewards.Count);
Assert.All(rewards, fav => Assert.True(fav.Sign > 0));
}
}
}

0 comments on commit 78c39e1

Please sign in to comment.