Skip to content

Commit 32c11d0

Browse files
committedMay 9, 2024
fix: fix test
1 parent c0d2f96 commit 32c11d0

File tree

1 file changed

+1
-1
lines changed
  • contracts/cosmwasm-vm/cw-icon-light-client/src

1 file changed

+1
-1
lines changed
 

‎contracts/cosmwasm-vm/cw-icon-light-client/src/context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ mod tests {
540540
contract.insert_config(&config).unwrap();
541541

542542
contract
543-
.ensure_ibc_host(Addr::unchecked("regular_host"))
543+
.ensure_ibc_host(&Addr::unchecked("regular_host"))
544544
.unwrap()
545545
}
546546

0 commit comments

Comments
 (0)