Skip to content

Commit

Permalink
test(abci): grpc test uses latest tenderdash tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 8, 2024
1 parent 8a227ca commit 448a2ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions abci/tests/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ async fn grpc_server_test(test_name: &str, bind_address: &str) {
tracing::debug!("starting Tenderdash in Docker container");
let td = Arc::new(common::docker::TenderdashDocker::new(
&container_name,
// TODO: replace with None once tenderdash dev is released
Some("feat-ABCI-protocol-env-var"),
None,
&socket_uri,
));
common::docker::setup_td_logs_panic(&td);
Expand Down

0 comments on commit 448a2ce

Please sign in to comment.