Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienasp committed May 28, 2023
1 parent 812b040 commit 3397fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SuperLinq.Async.Test/TimeoutTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public async Task TimeoutExceptionWithoutCancellation()
}

[Fact]
public async Task TimeoutExceptionWithOperationCanceledExceptionInnerException()
public async Task TimeoutExceptionWithoutOperationCanceledExceptionInnerException()
{
var sequence = new SequenceWithoutThrowIfCancellationRequested();

Expand All @@ -72,7 +72,7 @@ public async Task TimeoutExceptionWithOperationCanceledExceptionInnerException()
}

[Fact]
public async Task TimeoutExceptionWithoutOperationCanceledExceptionInnerException()
public async Task TimeoutExceptionWithOperationCanceledExceptionInnerException()
{
var sequence = new SequenceWithThrowIfCancellationRequested();

Expand Down

0 comments on commit 3397fb6

Please sign in to comment.