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

Commit a00923a

Browse files
committed
Fix a broken test introduced with the deprecation warning
1 parent 6ae8421 commit a00923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ fn client_omit_init_build() {
19991999
std::thread::sleep(std::time::Duration::from_secs(1));
20002000
rls.block_on(response).unwrap().unwrap();
20012001

2002-
assert_eq!(rls.messages().iter().count(), 1);
2002+
assert_eq!(rls.messages().iter().count(), 2);
20032003
}
20042004

20052005
#[test]

0 commit comments

Comments
 (0)