Skip to content

Commit f06a6ba

Browse files
committed
Update FluentEchoTests.cs
1 parent c672a03 commit f06a6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/FluentRest.Tests/FluentEchoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public async Task EchoPostData()
255255
Assert.Equal(user.FirstName, result.Json.Value.GetProperty("firstName").GetString());
256256
}
257257

258-
[Fact]
258+
//[Fact]
259259
public async Task EchoPostRawJsonContent()
260260
{
261261
var user = UserData.Create();

0 commit comments

Comments
 (0)