Skip to content

Commit

Permalink
Problem: there is a typo in the comment for ibc integration test (#1148)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Nguy <[email protected]>
  • Loading branch information
thomas-nguy authored Aug 30, 2023
1 parent 57adff9 commit d46210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_ibc.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_cronos_transfer_source_tokens_with_proxy(ibc):
test sending crc20 tokens originated from cronos to crypto-org-chain
"""
assert_ready(ibc)
# deploy crc21 contract
# deploy crc20 contract
w3 = ibc.cronos.w3
symbol = "TEST"
contract, denom = setup_token_mapping(ibc.cronos, "TestCRC20", symbol)
Expand Down

0 comments on commit d46210c

Please sign in to comment.