Skip to content

Commit f19629d

Browse files
committed
test(collation): fix lingering collation issue in snapshot
1 parent 738a699 commit f19629d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

__tests__/integration/__snapshots__/queries.test.js.snap

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6221,19 +6221,19 @@ Object {
62216221
"nodes": Array [
62226222
Object {
62236223
"id": 1,
6224-
"text": "test",
6224+
"text": "TEST",
62256225
},
62266226
Object {
62276227
"id": 2,
6228-
"text": "tEST",
6228+
"text": "Test",
62296229
},
62306230
Object {
62316231
"id": 3,
6232-
"text": "Test",
6232+
"text": "tEST",
62336233
},
62346234
Object {
62356235
"id": 4,
6236-
"text": "TEST",
6236+
"text": "test",
62376237
},
62386238
],
62396239
},
@@ -6257,19 +6257,19 @@ Object {
62576257
"nodes": Array [
62586258
Object {
62596259
"id": 1,
6260-
"text": "test",
6260+
"text": "TEST",
62616261
},
62626262
Object {
62636263
"id": 2,
6264-
"text": "tEST",
6264+
"text": "Test",
62656265
},
62666266
Object {
62676267
"id": 3,
6268-
"text": "Test",
6268+
"text": "tEST",
62696269
},
62706270
Object {
62716271
"id": 4,
6272-
"text": "TEST",
6272+
"text": "test",
62736273
},
62746274
],
62756275
},
@@ -6653,19 +6653,19 @@ Object {
66536653
"nodes": Array [
66546654
Object {
66556655
"id": 1,
6656-
"text": "test",
6656+
"text": "TEST",
66576657
},
66586658
Object {
66596659
"id": 2,
6660-
"text": "tEST",
6660+
"text": "Test",
66616661
},
66626662
Object {
66636663
"id": 3,
6664-
"text": "Test",
6664+
"text": "tEST",
66656665
},
66666666
Object {
66676667
"id": 4,
6668-
"text": "TEST",
6668+
"text": "test",
66696669
},
66706670
],
66716671
},
@@ -6689,19 +6689,19 @@ Object {
66896689
"nodes": Array [
66906690
Object {
66916691
"id": 1,
6692-
"text": "test",
6692+
"text": "TEST",
66936693
},
66946694
Object {
66956695
"id": 2,
6696-
"text": "tEST",
6696+
"text": "Test",
66976697
},
66986698
Object {
66996699
"id": 3,
6700-
"text": "Test",
6700+
"text": "tEST",
67016701
},
67026702
Object {
67036703
"id": 4,
6704-
"text": "TEST",
6704+
"text": "test",
67056705
},
67066706
],
67076707
},
@@ -6725,19 +6725,19 @@ Object {
67256725
"nodes": Array [
67266726
Object {
67276727
"id": 1,
6728-
"text": "test",
6728+
"text": "TEST",
67296729
},
67306730
Object {
67316731
"id": 2,
6732-
"text": "tEST",
6732+
"text": "Test",
67336733
},
67346734
Object {
67356735
"id": 3,
6736-
"text": "Test",
6736+
"text": "tEST",
67376737
},
67386738
Object {
67396739
"id": 4,
6740-
"text": "TEST",
6740+
"text": "test",
67416741
},
67426742
],
67436743
},

0 commit comments

Comments
 (0)