Skip to content

Commit

Permalink
fix sheet test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrosine1153 committed Oct 11, 2024
1 parent cca6859 commit ca76985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .Lib9c.Tests/TableData/WorldBossRankingRewardSheetTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ public void GetRewards()
var tableSheets = new TableSheets(TableSheetsImporter.ImportSheets());
var rewards = row.GetRewards(tableSheets.RuneSheet, tableSheets.MaterialItemSheet);

Assert.Equal(4, rewards.assets.Count);
Assert.Equal(2, rewards.materials.Count);
Assert.Equal(6, rewards.Count);
}
}
}

0 comments on commit ca76985

Please sign in to comment.