Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reword expect in tests
  • Loading branch information
dippi committed Jul 4, 2021
commit 26e1362dc1455541fe142c976e36cfb641c183e4
2 changes: 1 addition & 1 deletion src/client/pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,5 +564,5 @@ async fn test_connection_is_closed_after_channel_is_dropped() {
}
});
drop(out_tx);
handle.await.expect("Complete");
handle.await.expect("Error waiting on the JoinHandle");
}