Skip to content

Commit 00e4b40

Browse files
committed
Merge commit '8cb9773b51dc729c4d03414bcb8bc0a8843662a1'
2 parents 1b1cf84 + 8cb9773 commit 00e4b40

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

compatibility-suite/pact-compatibility-suite/fixtures/decimal-type-matcher-v3.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"match": "decimal"
88
}
99
]
10-
},
11-
"query": {
12-
"a": {
13-
"combine": "AND",
14-
"matchers": [
15-
{
16-
"match": "decimal"
17-
}
18-
]
19-
}
20-
},
21-
"header": {
22-
"X-A": {
23-
"combine": "AND",
24-
"matchers": [
25-
{
26-
"match": "decimal"
27-
}
28-
]
29-
}
10+
}
11+
},
12+
"query": {
13+
"a": {
14+
"combine": "AND",
15+
"matchers": [
16+
{
17+
"match": "decimal"
18+
}
19+
]
20+
}
21+
},
22+
"header": {
23+
"X-A": {
24+
"combine": "AND",
25+
"matchers": [
26+
{
27+
"match": "decimal"
28+
}
29+
]
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)