Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Dec 11, 2024
1 parent 90ac0ec commit c818479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/connect_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
image = ibc.DockerImage{
Repository: "skip-mev/connect-e2e",
Version: "latest",
UidGid: "1000:1000",
UIDGID: "1000:1000",
}

numValidators = 4
Expand All @@ -34,7 +34,7 @@ var (
oracleImage = ibc.DockerImage{
Repository: "skip-mev/connect-e2e-oracle",
Version: "latest",
UidGid: "1000:1000",
UIDGID: "1000:1000",
}
encodingConfig = testutil.MakeTestEncodingConfig(
bank.AppModuleBasic{},
Expand Down

0 comments on commit c818479

Please sign in to comment.