Skip to content

Commit

Permalink
make test fail according to @musaffa suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Apr 5, 2019
1 parent 095be0a commit e4f6cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/json_matchers/match_json_schema_spec.rb
Expand Up @@ -114,7 +114,7 @@

json = build(:response, {
"data": [{
"id": 1,
"id": "1",
"type": "Post",
"attributes": {
"id": 1,
Expand Down

0 comments on commit e4f6cc0

Please sign in to comment.