Skip to content

Commit ab6e289

Browse files
committed
format
1 parent 45659ed commit ab6e289

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/paste.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ fn paste_entry_only_appears_with_flag(
3131
let exists = parsed.find(Attr("id", "pastebin")).next().is_some();
3232

3333
assert_eq!(
34-
exists,
35-
should_exist,
34+
exists, should_exist,
3635
"Expected exists(#pastebin) to return {}, but got {}",
37-
should_exist,
38-
exists);
36+
should_exist, exists
37+
);
3938

4039
Ok(())
4140
}

0 commit comments

Comments
 (0)