diff --git a/tests/sync-test.rs b/tests/sync-test.rs index a5a92149..b7ac67dc 100644 --- a/tests/sync-test.rs +++ b/tests/sync-test.rs @@ -29,7 +29,7 @@ fn run_sync_example() -> Result<(), Box> { match client.try_wait() { Ok(Some(status)) => { - client_succeeded = status.success(); + client_succeeded = false; break; } Ok(None) => {