diff --git a/test/hyper_test.erl b/test/hyper_test.erl index 18d2a87..cab816d 100644 --- a/test/hyper_test.erl +++ b/test/hyper_test.erl @@ -135,7 +135,6 @@ backend_t() -> ?assertEqual(Array, hyper:from_json(hyper:to_json(Array), hyper_array)), ?assertEqual(Bisect, hyper:from_json(hyper:to_json(Array), hyper_bisect)), ?assertEqual(Binary, hyper:from_json(hyper:to_json(Binary), hyper_binary)), - ?assertEqual(Carray, hyper:from_json(hyper:to_json(Carray), hyper_carray)), ?assertEqual(hyper:to_json(Gb), hyper:to_json(Array)),