Skip to content

Commit

Permalink
fix test data for real data
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrosine1153 committed Oct 11, 2024
1 parent 6ae3df2 commit 7950679
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .Lib9c.Tests/Action/Scenario/MarketScenarioTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ private class ExecuteWithCustomEquipmentData : IEnumerable<object[]>
new[] { 20160000, 20160001, 20160002 },
new[]
{
(600401, 35),
(600401, 14),
(600402, 21),
},
},
Expand All @@ -1306,7 +1306,7 @@ private class ExecuteWithCustomEquipmentData : IEnumerable<object[]>
new[] { 20160000, 20260000, 20360000, 20460000, 20560000 },
new[]
{
(600401, 25),
(600401, 10),
(600402, 15),
},
},
Expand All @@ -1315,17 +1315,17 @@ private class ExecuteWithCustomEquipmentData : IEnumerable<object[]>
new[] { 20160003, 20260000, 20360001, 20360001, 20460001 },
new[]
{
(600401, 65),
(600402, 39),
(600401, 24), // 10 + 2 + 4 + 4 + 4 = 24
(600402, 47), // 20 + 3 + 8 + 8 + 8 = 47
},
},
new object[]
{
new[] { 20560003, 20560003, 20560003 },
new[]
{
(600401, 90),
(600402, 54),
(600401, 30), // 10 + 10 + 10 = 30
(600402, 60), // 20 + 20 + 20 = 60
},
},
};
Expand Down

0 comments on commit 7950679

Please sign in to comment.