Skip to content

Commit 2f44ee0

Browse files
remove cancellation request
1 parent 10c5868 commit 2f44ee0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CommandLineTests/CliTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public async Task ShouldOverrideConfigValues_WhenSpecifiedInConfiguration()
3939

4040
Assert.Equal("app1", response1);
4141
Assert.Equal("app2", response2);
42-
cts.Cancel();
4342
}
4443

4544
protected virtual void Dispose(bool disposing)

0 commit comments

Comments
 (0)