Skip to content

Commit

Permalink
Revert test change
Browse files Browse the repository at this point in the history
Revert unnecessary change to test.
  • Loading branch information
martincostello committed Jun 27, 2023
1 parent 3e886ff commit 8dc6e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ await sut.ExecuteAsync(async token =>
},
cts.Token);
}
catch (TaskCanceledException)
catch (OperationCanceledException)
{
// ok
}
Expand Down

0 comments on commit 8dc6e8c

Please sign in to comment.