Skip to content

Commit 7f2bc7d

Browse files
committed
Fix failing spec
1 parent 7446455 commit 7f2bc7d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

spec/rspec/json_api/matchers/match_json_schema_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
{
4141
id: "8eccff73-f134-42f2-aed4-751d1f4ebd4f",
4242
name: "Caroline Mayer",
43-
age: 25,
4443
children: [
4544
{
4645
id: "8eccff73-f134-42f2-aed4-751d1f4ebd4a",
@@ -49,7 +48,6 @@
4948
},
5049
{
5150
id: "8eccff73-f134-42f2-aed4-751d1f4ebd4b",
52-
name: "Roy Mcdaniel",
5351
age: 3
5452
}
5553
]
@@ -185,7 +183,7 @@
185183
{
186184
id: "8eccff73-f134-42f2-aed4-751d1f4ebd4b",
187185
name: "Roy Mcdaniel",
188-
age: 3
186+
age: 1
189187
}
190188
]
191189
}.to_json

0 commit comments

Comments
 (0)