Skip to content

Commit

Permalink
#941 Unit Tests for the Silent Cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikependon committed Sep 28, 2022
1 parent 3906435 commit ce31afe
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 1,429 deletions.
Expand Up @@ -1635,7 +1635,8 @@ public void TestDbConnectionTraceForBeforeMaxAsync()

// Assert
trace.Verify(t =>
t.BeforeExecution(It.IsAny<CancellableTraceLog>()), Times.Exactly(1));
t.BeforeExecutionAsync(It.IsAny<CancellableTraceLog>(),
It.IsAny<CancellationToken>()), Times.Exactly(1));
}

[TestMethod]
Expand Down

0 comments on commit ce31afe

Please sign in to comment.