Skip to content

Commit

Permalink
fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed Feb 26, 2022
1 parent dd9f3c7 commit ee78e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MetaClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void UltimateCount()
IMetaClient client = new MetaClient();
var abilities = client.GetAbilities(IsUltimate: true);

Assert.AreEqual(149, abilities.Count());
Assert.AreEqual(154, abilities.Count());
}

[TestMethod]
Expand Down

0 comments on commit ee78e72

Please sign in to comment.