Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Nov 14, 2024
1 parent 7de8b1c commit 8d978c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GW2SDK.Tests/Features/BulkQueryTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace GuildWars2.Tests.Features;
namespace GuildWars2.Tests.Features;

public class BulkQueryTest
{
Expand All @@ -7,7 +7,7 @@ public class BulkQueryTest
[InlineData(150, 200)]
public async Task Can_be_cancelled(int resultTotal, int chunkSize)
{
// Ensuyre cancellation works in both scenarios where the query is chunked or not
// Ensure cancellation works in both scenarios where the query is chunked or not
CancellationTokenSource cancellationTokenSource = new();

static Task<IReadOnlyCollection<StubRecord>> GetChunk(
Expand Down

0 comments on commit 8d978c1

Please sign in to comment.