Skip to content

Commit 3aa4614

Browse files
committed
rebuild JSON test
1 parent 6dcce19 commit 3aa4614

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

gel-derive/tests/json.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ struct JsonRow {
2222

2323
#[test]
2424
fn json_field() {
25-
let data = b"\0\0\0\x04\0\0\x0b\x86\0\0\0\x10\xf2R\
26-
\x04I\xd7\x04\x11\xea\xaeX\xcf\xdf\xf6\xd0Q\xac\
27-
\0\0\x0b\x86\0\0\0\x10\xf2\xe6F9\xd7\x04\x11\xea\
28-
\xa0<\x83\x9f\xd9\xbd\x88\x94\0\0\0\x19\
29-
\0\0\0\x02id\0\0\x0e\xda\0\0\0\x10\x01{\"field1\": 123}";
25+
let data = b"\0\0\0\x02\0\0\0\x19\0\0\0\x02id\0\0\x0e\xda\0\0\0\x10\x01{\"field1\": 123}";
3026
let order = (vec![0_usize, 1], ((), ()));
3127
let res = ShapeWithJson::decode(&Decoder::default(), &order, data);
3228
assert_eq!(

0 commit comments

Comments
 (0)