Skip to content

Commit

Permalink
Update the file tests to work with the new reference resolver.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxworth committed Apr 21, 2011
1 parent f5a9afc commit e26055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schemas/good_schema_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"properties" : {
"b" : {
"required" : true,
"$ref" : "good_schema_1.json"
"$ref" : "../good_schema_1.json"
}
}
}

0 comments on commit e26055b

Please sign in to comment.