8000 Update clan ranking list assertion · tparviainen/clashofclans@7fa1e6c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update clan ranking list assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
tparviainen committed Nov 25, 2024
1 parent 01cc702 commit 7fa1e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClashOfClans.Tests.Integration/LocationsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public async Task GetClanRankingsForASpecificLocation()

// Assert
Assert.IsNotNull(clanRankingList);
Assert.AreEqual(ItemLimit, clanRankingList.Count, $"Id {location.Id}");
Assert.IsTrue(clanRankingList.Count <= ItemLimit, $"Id {location.Id}");
}

[TestMethod]
Expand Down

0 comments on commit 7fa1e6c

Please sign in to comment.
0