Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Feb 22, 2024
1 parent 71e9459 commit abbba7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/neutron_interchain_queries/src/testing/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ fn test_staking_validators_query() {
status: 1,
tokens: "1".to_string(),
jailed: false,
consensus_pubkey: Some(vec![]),
delegator_shares: "1".to_string(),
unbonding_height: 0,
unbonding_time: None,
Expand All @@ -557,6 +558,7 @@ fn test_staking_validators_query() {
status: 1,
tokens: "1".to_string(),
jailed: false,
consensus_pubkey: Some(vec![]),
delegator_shares: "1".to_string(),
unbonding_height: 0,
unbonding_time: None,
Expand Down

0 comments on commit abbba7f

Please sign in to comment.