mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-25 19:02:24 +01:00
LinqMatcher (#431)
This commit is contained in:
@@ -151,7 +151,7 @@ namespace WireMock.Util
|
||||
break;
|
||||
|
||||
case JTokenType.Integer:
|
||||
castText = $"int({path})";
|
||||
castText = $"long({path})";
|
||||
break;
|
||||
|
||||
case JTokenType.Null:
|
||||
|
||||
Reference in New Issue
Block a user