mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-22 17:40:33 +01:00
GraphQL - custom scalar support (#1012)
* x * CustomScalars * more tests * . * add or set * ... * x
This commit is contained in:
@@ -16,7 +16,7 @@ public class RequestMessageGraphQLMatcherTests
|
||||
[Fact]
|
||||
public void RequestMessageGraphQLMatcher_GetMatchingScore_BodyAsString_IStringMatcher()
|
||||
{
|
||||
// Assign
|
||||
// Arrange
|
||||
var body = new BodyData
|
||||
{
|
||||
BodyAsString = "b",
|
||||
|
||||
Reference in New Issue
Block a user