LinqMatcher (#431)

This commit is contained in:
Stef Heyenrath
2020-02-25 22:17:15 +01:00
committed by GitHub
parent f49046374a
commit 13ab37dd3e
3 changed files with 10 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ namespace WireMock.Util
break;
case JTokenType.Integer:
castText = $"int({path})";
castText = $"long({path})";
break;
case JTokenType.Null: