diff --git a/tests/format.rs b/tests/format.rs index d47ade7..7b3bef6 100644 --- a/tests/format.rs +++ b/tests/format.rs @@ -228,7 +228,7 @@ fn parser_b64() { #[test] fn parser_b32() { - assert_eq!(numf_parser::("IFAUEQQ=").unwrap(), 0x41414242); + assert_eq!(numf_parser::("032sIFAUEQQ=").unwrap(), 0x41414242); } #[test]