Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Fix a broken test introduced with the deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Jun 20, 2022
1 parent 6ae8421 commit a00923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ fn client_omit_init_build() {
std::thread::sleep(std::time::Duration::from_secs(1));
rls.block_on(response).unwrap().unwrap();

assert_eq!(rls.messages().iter().count(), 1);
assert_eq!(rls.messages().iter().count(), 2);
}

#[test]
Expand Down

0 comments on commit a00923a

Please sign in to comment.