Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Oct 31, 2023
1 parent ee07a07 commit 7082c1b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ public async Task Query()
["level"] = 5,
["multiplier"] = 300,
},
new Dictionary<string, object>
{
["level"] = 6,
["multiplier"] = 300,
},
new Dictionary<string, object>
{
["level"] = 7,
["multiplier"] = 300,
},
};
var expected = new Dictionary<string, object> { { "orderedList", list } };
Assert.Equal(expected, data);
Expand Down

0 comments on commit 7082c1b

Please sign in to comment.