Skip to content

Commit c79412c

Browse files
committed
Rename test to what it actually does
1 parent 97838c2 commit c79412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelliTect.TestTools.TestFramework.Tests/TestCaseTests/TestFailureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public async Task DependencyWithMissingDependencyThrowsOriginalError()
4343
}
4444

4545
[Fact]
46-
public async Task CgiIssue()
46+
public async Task AsyncBlockThrowsProperlyCatchAndLogException()
4747
{
4848
TestCase tc = new TestBuilder()
4949
.AddAsyncTestBlock<AsyncError>()

0 commit comments

Comments
 (0)