8000 fix: 'limit' has to be between 100 and 25 000 · tparviainen/clashofclans@b73b94d · 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 b73b94d

Browse files
committed
fix: 'limit' has to be between 100 and 25 000
1 parent ee23164 commit b73b94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClashOfClans.Tests.Integration/LeaguesTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public async Task GetLeagueSeasonRankings()
5757
var season = GetRandom(leagueSeasonList.Items);
5858
var query = new Query
5959
{
60-
Limit = 5
60+
Limit = 100
6161
};
6262

6363
// Act

0 commit comments

Comments
 (0)
0