Skip to content

Commit 33f753e

Browse files
committed
remove old test
1 parent 6d47036 commit 33f753e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

gel-derive/tests/list_scalar_types.rs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,3 @@ fn decode_new() {
2424
}
2525
);
2626
}
27-
28-
#[test]
29-
fn decode_old() {
30-
let data = b"\0\0\0\x05\0\0\x0b\x86\
31-
\0\0\0\x10\xb2\xa1\x94\xfb\t\xa4\x11\xeb\x9d\x97\xf9'\
32-
\xee\xfc\xb6\x12\0\0\x0b\x86\0\0\0\x10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
33-
\x01\x0c\0\0\0\x19\0\0\0\x0fcal::local_date\
34-
\0\0\0\x19\0\0\0\x0estd::anyscalar\0\0\0\x19\0\0\0\x06normal";
35-
let order = (vec![0, 1, 2], ((), (), ()));
36-
let res = ScalarType::decode(&Decoder::default(), &order, data);
37-
assert_eq!(
38-
res.unwrap(),
39-
ScalarType {
40-
name: "cal::local_date".into(),
41-
extending: "std::anyscalar".into(),
42-
kind: "normal".into(),
43-
}
44-
);
45-
}

0 commit comments

Comments
 (0)