Skip to content

Commit

Permalink
Fixed Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed Jul 17, 2021
1 parent dbc87a6 commit 4e91a48
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 @@ -33,7 +33,7 @@ public void RegionsCount()
IMetaClient client = new MetaClient();
var regions = client.GetRegions();

Assert.AreEqual(22, regions.Count());
Assert.AreEqual(23, regions.Count());
}

[TestMethod]
Expand Down

0 comments on commit 4e91a48

Please sign in to comment.