Skip to content

Commit

Permalink
Remove dao tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed May 9, 2024
1 parent ab75e4f commit d5f35a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/bin/chain_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ async fn onomyd_runner(args: &Args) -> Result<()> {
ensure_ne!(current_version, version);

info!("{:?}", get_staking_pool().await.stack()?);
info!("{}", get_treasury().await.stack()?);
info!("{}", get_treasury_inflation_annual().await.stack()?);

cosmovisor_runner.terminate(TIMEOUT).await.stack()?;
Ok(())
Expand Down

0 comments on commit d5f35a5

Please sign in to comment.