Skip to content

Commit 2d1f6f4

Browse files
aminamin
authored andcommitted
fixed bug test
1 parent b7abb0b commit 2d1f6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpClientToCurlGeneratorTest/UnitTest/MediaTypes/Json/FailedCurlGeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public void GenerateCurl_When_HttpMethod_Is_Invalid()
3333
// Assert
3434
script.Should().NotBeNullOrEmpty();
3535
script.Should().StartWith("GenerateCurlError => not supported");
36-
script.Trim().Should().BeEquivalentTo($"GenerateCurlError => not supported {httpRequestMessage.Method.Method}!");
36+
script.Trim().Should().BeEquivalentTo($"GenerateCurlError => not supported {httpRequestMessage.Method.Method} by HttpClientToCurl!");
3737
}
3838
}

0 commit comments

Comments
 (0)