Skip to content

Commit b56ae3e

Browse files
feat(*): rename test name.
1 parent b3f442f commit b56ae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GClient.Test/UnitTest/ClientEngineTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public async Task SendRequestAsyncGeneric_WhenResponseSuccess_NotThowsException(
4949
}
5050

5151
[Trait("ServerestIntegration", "SendRequestAsyncGeneric")]
52-
[Theory(DisplayName = "SendRequestAsyncGeneric_WhenResponseError_ThowsIntegrationException - Error")]
52+
[Theory(DisplayName = "SendRequestAsyncGeneric_WhenResponseError_ThowsFlurlHttpException - Error")]
5353
[InlineData(400)]
5454
[InlineData(500)]
5555
public async Task SendRequestAsyncGeneric_WhenResponseError_ThowsIntegrationException(int status)

0 commit comments

Comments
 (0)