Skip to content

Commit

Permalink
debug sync test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Zhang <[email protected]>
  • Loading branch information
Tim-Zhang committed Oct 9, 2024
1 parent b9e9dd8 commit bf57908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sync-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn run_sync_example() -> Result<(), Box<dyn std::error::Error>> {

match client.try_wait() {
Ok(Some(status)) => {
client_succeeded = status.success();
client_succeeded = false;
break;
}
Ok(None) => {
Expand Down

0 comments on commit bf57908

Please sign in to comment.