Skip to content

Commit

Permalink
chore: improve debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 27, 2024
1 parent c75eef9 commit ffab273
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion abci/tests/kvstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ fn test_kvstore() {
let socket_uri = bind_address.to_string();
let _td = common::docker::TenderdashDocker::new("tenderdash", None, &socket_uri);

let next_client = server.next_client();
tracing::debug!(?next_client, "next client");
assert!(matches!(
server.next_client(),
next_client,
Err(tenderdash_abci::Error::Cancelled())
));
drop(server);
Expand Down

0 comments on commit ffab273

Please sign in to comment.