Skip to content

Commit

Permalink
test: enable test
Browse files Browse the repository at this point in the history
Don't know why it was ignored. It's passing.
  • Loading branch information
josecelano committed Sep 25, 2023
1 parent dd98f94 commit 5e9dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ fn deserialize_to_vec() {

#[test]
fn deserialize_to_freestyle() {
// cspell:disable-next-line
let s = "li666e4:wontd3:onei666e4:yoyoli69ei89e4:yoyoeee";
test_value_de_ser(s);
}

#[test]
#[ignore]
#[should_panic(expected = "assertion failed")]
fn trailing_chars() {
let s = "i666ed";
Expand Down

0 comments on commit 5e9dd5c

Please sign in to comment.