Skip to content

Commit

Permalink
Increase ItemLimit count to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
tparviainen committed Jan 28, 2024
1 parent 63f6e93 commit 6c5f7f6
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 @@ -8,7 +8,7 @@ namespace ClashOfClans.Tests.Integration
[TestClass]
public class LocationsTests : TestsBase
{
private readonly int ItemLimit = 10;
private readonly int ItemLimit = 200;

[TestMethod]
public async Task ListLocations()
Expand Down

0 comments on commit 6c5f7f6

Please sign in to comment.