diff --git a/test/e2e/pkg/manifest.go b/test/e2e/pkg/manifest.go index 402f64362..814ae61c7 100644 --- a/test/e2e/pkg/manifest.go +++ b/test/e2e/pkg/manifest.go @@ -153,7 +153,7 @@ type ManifestNode struct { // SendNoLoad determines if the e2e test should send load to this node. // It defaults to false so unless the configured, the node will // receive load. - SendNoLoad bool `toml:"send_no_laod"` + SendNoLoad bool `toml:"send_no_load"` } // Save saves the testnet manifest to a file. diff --git a/test/e2e/runner/main.go b/test/e2e/runner/main.go index 3e9e2c66c..33edf64be 100644 --- a/test/e2e/runner/main.go +++ b/test/e2e/runner/main.go @@ -288,7 +288,7 @@ func NewCLI() *CLI { Max Block Interval over a 100 block sampling period. -Does not run any perbutations. +Does not run any perturbations. `, RunE: func(cmd *cobra.Command, args []string) error { if err := Cleanup(cli.testnet); err != nil { @@ -304,7 +304,7 @@ Does not run any perbutations. go func() { err := Load(ctx, cli.testnet) if err != nil { - logger.Error(fmt.Sprintf("Transaction load failed: %v", err.Error())) + logger.Error(fmt.Sprintf("Transaction load errored: %v", err.Error())) } chLoadResult <- err }()