Skip to content

Commit

Permalink
Update test macro to support async code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Aug 9, 2022
1 parent b980725 commit 0ab5f4a
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 143 deletions.
8 changes: 7 additions & 1 deletion src/reader/buffered_reader.rs
Expand Up @@ -426,7 +426,13 @@ mod test {
input
}

check!(identity, &mut Vec::new());
check!(
#[test]
read_event_impl,
read_until_close,
identity,
&mut Vec::new()
);

#[cfg(feature = "encoding")]
mod encoding {
Expand Down

0 comments on commit 0ab5f4a

Please sign in to comment.