Skip to content

Commit

Permalink
fix: be consistent in tes fixture rpc_url param
Browse files Browse the repository at this point in the history
  • Loading branch information
eloylp committed Jan 10, 2025
1 parent 66504ea commit 6499d82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ampd/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ mod tests {
[[handlers]]
type = 'SolanaVerifierSetVerifier'
chain_rpc_url = 'http://localhost'
cosmwasm_contract = '{}'
rpc_url = 'http://localhost:7545'
cosmwasm_contract = '{}'
",
TMAddress::random(PREFIX),
TMAddress::random(PREFIX),
Expand Down

0 comments on commit 6499d82

Please sign in to comment.