Skip to content

Commit

Permalink
Update interchaintest/ibc_client_expire_substitute_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Kanefsky <[email protected]>
  • Loading branch information
agouin and boojamya authored Jul 14, 2023
1 parent ae941d5 commit a342a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchaintest/ibc_client_expire_substitute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestClientSubstitution(t *testing.T) {
EncodingConfig: NobleEncoding(),
PreGenesis: func(cc ibc.ChainConfig) (err error) {
val := noble.Validators[0]
err = createTokenfactoryRoles(ctx, &roles, denomMetadataRupee, val, false)
err = createTokenfactoryRoles(ctx, &roles, denomMetadataRupee, val, true)
if err != nil {
return err
}
Expand Down

0 comments on commit a342a20

Please sign in to comment.