Skip to content

Commit f21dbe4

Browse files
committed
update snapshot
1 parent e2141a3 commit f21dbe4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

__tests__/__snapshots__/resolvers.test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,13 @@ exports[`rds resolvers toJsonObject 1`] = `
248248
{
249249
"ISBN-13": "978-1948132817",
250250
"author": "Mark Twain",
251+
"id": 12345,
251252
"title": "Adventures of Huckleberry Finn",
252253
},
253254
{
254255
"ISBN-13": "978-1948132275",
255256
"author": "Jack London",
257+
"id": 67890,
256258
"title": "The Call of the Wild",
257259
},
258260
],

0 commit comments

Comments
 (0)