You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/bolt-connection/test/bolt/__snapshots__/bolt-protocol-v2.test.js.snap
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -8,54 +8,54 @@ exports[`#unit BoltProtocolV2 .packable() should pack not pack graph types (Rela
8
8
9
9
exports[`#unit BoltProtocolV2 .packable() should pack not pack graph types (UnboundRelationship) 1`] =`"It is not allowed to pass unbound relationships in query parameters, given: -[:a {b:\\"c\\"}]->"`;
10
10
11
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Date with less fields) 1`] =`"Wrong struct size for Date, expected 1 but was 0"`;
11
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Date with less fields) 1`] =`"Wrong struct size for Date, expected 1 but was 0"`;
12
12
13
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Date with more fields) 1`] =`"Wrong struct size for Date, expected 1 but was 2"`;
13
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Date with more fields) 1`] =`"Wrong struct size for Date, expected 1 but was 2"`;
14
14
15
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneId with less fields) 1`] =`"Wrong struct size for DateTimeWithZoneId, expected 3 but was 2"`;
15
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneId with less fields) 1`] =`"Wrong struct size for DateTimeWithZoneId, expected 3 but was 2"`;
16
16
17
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneId with more fields) 1`] =`"Wrong struct size for DateTimeWithZoneId, expected 3 but was 4"`;
17
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneId with more fields) 1`] =`"Wrong struct size for DateTimeWithZoneId, expected 3 but was 4"`;
18
18
19
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneOffset with less fields) 1`] =`"Wrong struct size for DateTimeWithZoneOffset, expected 3 but was 2"`;
19
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneOffset with less fields) 1`] =`"Wrong struct size for DateTimeWithZoneOffset, expected 3 but was 2"`;
20
20
21
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneOffset with more fields) 1`] =`"Wrong struct size for DateTimeWithZoneOffset, expected 3 but was 4"`;
21
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(DateTimeWithZoneOffset with more fields) 1`] =`"Wrong struct size for DateTimeWithZoneOffset, expected 3 but was 4"`;
22
22
23
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Duration with less fields) 1`] =`"Wrong struct size for Duration, expected 4 but was 3"`;
23
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Duration with less fields) 1`] =`"Wrong struct size for Duration, expected 4 but was 3"`;
24
24
25
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Duration with more fields) 1`] =`"Wrong struct size for Duration, expected 4 but was 5"`;
25
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Duration with more fields) 1`] =`"Wrong struct size for Duration, expected 4 but was 5"`;
26
26
27
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalDateTime with less fields) 1`] =`"Wrong struct size for LocalDateTime, expected 2 but was 1"`;
27
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalDateTime with less fields) 1`] =`"Wrong struct size for LocalDateTime, expected 2 but was 1"`;
28
28
29
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalDateTime with more fields) 1`] =`"Wrong struct size for LocalDateTime, expected 2 but was 3"`;
29
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalDateTime with more fields) 1`] =`"Wrong struct size for LocalDateTime, expected 2 but was 3"`;
30
30
31
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalTime with less fields) 1`] =`"Wrong struct size for LocalTime, expected 1 but was 0"`;
31
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalTime with less fields) 1`] =`"Wrong struct size for LocalTime, expected 1 but was 0"`;
32
32
33
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalTime with more fields) 1`] =`"Wrong struct size for LocalTime, expected 1 but was 2"`;
33
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(LocalTime with more fields) 1`] =`"Wrong struct size for LocalTime, expected 1 but was 2"`;
34
34
35
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Node with less fields) 1`] =`"Wrong struct size for Node, expected 3 but was 2"`;
35
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Node with less fields) 1`] =`"Wrong struct size for Node, expected 3 but was 2"`;
36
36
37
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Node with more fields) 1`] =`"Wrong struct size for Node, expected 3 but was 4"`;
37
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Node with more fields) 1`] =`"Wrong struct size for Node, expected 3 but was 4"`;
38
38
39
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Path with less fields) 1`] =`"Wrong struct size for Path, expected 3 but was 2"`;
39
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Path with less fields) 1`] =`"Wrong struct size for Path, expected 3 but was 2"`;
40
40
41
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Path with more fields) 1`] =`"Wrong struct size for Path, expected 3 but was 4"`;
41
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Path with more fields) 1`] =`"Wrong struct size for Path, expected 3 but was 4"`;
42
42
43
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point with less fields) 1`] =`"Wrong struct size for Point2D, expected 3 but was 2"`;
43
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point with less fields) 1`] =`"Wrong struct size for Point2D, expected 3 but was 2"`;
44
44
45
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point with more fields) 1`] =`"Wrong struct size for Point2D, expected 3 but was 4"`;
45
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point with more fields) 1`] =`"Wrong struct size for Point2D, expected 3 but was 4"`;
46
46
47
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point3D with less fields) 1`] =`"Wrong struct size for Point3D, expected 4 but was 3"`;
47
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point3D with less fields) 1`] =`"Wrong struct size for Point3D, expected 4 but was 3"`;
48
48
49
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point3D with more fields) 1`] =`"Wrong struct size for Point3D, expected 4 but was 5"`;
49
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Point3D with more fields) 1`] =`"Wrong struct size for Point3D, expected 4 but was 5"`;
50
50
51
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Relationship with less fields) 1`] =`"Wrong struct size for Relationship, expected 5 but was 4"`;
51
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Relationship with less fields) 1`] =`"Wrong struct size for Relationship, expected 5 but was 4"`;
52
52
53
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Relationship with more fields) 1`] =`"Wrong struct size for Relationship, expected 5 but was 8"`;
53
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Relationship with more fields) 1`] =`"Wrong struct size for Relationship, expected 5 but was 8"`;
54
54
55
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Time with less fields) 1`] =`"Wrong struct size for Time, expected 2 but was 1"`;
55
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Time with less fields) 1`] =`"Wrong struct size for Time, expected 2 but was 1"`;
56
56
57
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Time with more fileds) 1`] =`"Wrong struct size for Time, expected 2 but was 3"`;
57
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(Time with more fileds) 1`] =`"Wrong struct size for Time, expected 2 but was 3"`;
58
58
59
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(UnboundRelationship with less fields) 1`] =`"Wrong struct size for UnboundRelationship, expected 3 but was 2"`;
59
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(UnboundRelationship with less fields) 1`] =`"Wrong struct size for UnboundRelationship, expected 3 but was 2"`;
60
60
61
-
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(UnboundRelationship with more fields) 1`] =`"Wrong struct size for UnboundRelationship, expected 3 but was 4"`;
61
+
exports[`#unit BoltProtocolV2 .unpack() should not unpack with wrong size(UnboundRelationship with more fields) 1`] =`"Wrong struct size for UnboundRelationship, expected 3 but was 4"`;
0 commit comments