Skip to content

Commit

Permalink
tests(introspection): update for uniqueFields snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jun 5, 2020
1 parent 320b9f1 commit 3c82a4e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,31 @@ test('sortModels', () => {
"idFields": Array [],
"isEmbedded": false,
"name": "User",
"uniqueFields": Array [],
},
Object {
"dbName": null,
"fields": Array [],
"idFields": Array [],
"isEmbedded": false,
"name": "Post",
"uniqueFields": Array [],
},
Object {
"dbName": null,
"fields": Array [],
"idFields": Array [],
"isEmbedded": false,
"name": "Bike",
"uniqueFields": Array [],
},
Object {
"dbName": null,
"fields": Array [],
"idFields": Array [],
"isEmbedded": false,
"name": "Car",
"uniqueFields": Array [],
},
]
`)
Expand Down

0 comments on commit 3c82a4e

Please sign in to comment.