Skip to content

Commit 88f2b91

Browse files
committed
Fix snapshot
1 parent 5b44abc commit 88f2b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/neo4j-example/tests/__snapshots__/neo4j-example.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,7 @@ exports[`Neo4j should give correct response for example queries: example-query.g
28332833
"released": 1999n,
28342834
"tagline": "Welcome to the Real World",
28352835
"title": "The Matrix",
2836-
"votes": 2523n,
2836+
"votes": 2528n,
28372837
},
28382838
{
28392839
"peopleActedIn": [
@@ -2847,7 +2847,7 @@ exports[`Neo4j should give correct response for example queries: example-query.g
28472847
"released": 2003n,
28482848
"tagline": "Free your mind",
28492849
"title": "The Matrix Reloaded",
2850-
"votes": 436n,
2850+
"votes": 534n,
28512851
},
28522852
],
28532853
},

0 commit comments

Comments
 (0)