Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Correct typos in fixture.go
Browse files Browse the repository at this point in the history
Signed-off-by: subnetdev0 <[email protected]>
  • Loading branch information
subnetdev0 committed Apr 27, 2024
1 parent a5b91d0 commit 84af75e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/localnet/network/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type FixtureConfig struct {

containerName string
httpAddress string
wsAdddress string
wsAddress string
goVersion string
}

Expand All @@ -63,7 +63,7 @@ func NewFixtureConfig(
localnetImage,
containerName,
httpAddress,
wsAdddress,
wsAddress,
goVersion string,
) *FixtureConfig {
// Get file path of the caller of NewFixtureConfig.
Expand All @@ -81,7 +81,7 @@ func NewFixtureConfig(
localnetImage: localnetImage,
containerName: containerName,
httpAddress: httpAddress,
wsAdddress: wsAdddress,
wsAddress: wsAddress,
goVersion: goVersion,
}
}
Expand Down Expand Up @@ -113,7 +113,7 @@ func NewTestFixture(t ginkgo.FullGinkgoTInterface, config *FixtureConfig) *TestF
localnetImage[1],
config.containerName,
config.httpAddress,
config.wsAdddress,
config.wsAddress,
[]string{
"GO_VERSION=" + config.goVersion,
"BASE_IMAGE=" + config.baseImage,
Expand Down

0 comments on commit 84af75e

Please sign in to comment.