Skip to content

Commit

Permalink
Avoid broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Jul 8, 2024
1 parent e83e374 commit 6764723
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .Lib9c.Tests/Action/AdventureBoss/ExploreAdventureBossTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ public static IEnumerable<object[]> GetExecuteMemberData()
0, 5, 5, 10, 5, null,
new[]
{
(600301, 85), // 50 first Reward + 35 floor reward
(600301, 78), // 50 first Reward + 35 floor reward
(600302, 50), // 50 first reward
(600303, 3), // 3 floor reward
(600303, 10), // 3 floor reward
(600304, 0),
},
};
Expand All @@ -128,8 +128,8 @@ public static IEnumerable<object[]> GetExecuteMemberData()
{
2, 5, 5, 5, 2, null, new[]
{
(600301, 46), // 30 first reward + 16 floor reward
(600302, 39), // 30 first reward + 9 floor reward
(600301, 53), // 30 first reward + 16 floor reward
(600302, 30), // 30 first reward + 9 floor reward
(600303, 3), // 3 floor reward
(600304, 0),
},
Expand All @@ -140,7 +140,7 @@ public static IEnumerable<object[]> GetExecuteMemberData()
5, 10, 10, 10, 5, null,
new[]
{
(600301, 81), // 50 first reward + 31 floor reward
(600301, 85), // 50 first reward + 31 floor reward
(600302, 50), // 50 first reward
(600303, 3), // 3 floor reward
(600304, 0),
Expand Down

0 comments on commit 6764723

Please sign in to comment.