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

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson committed Mar 22, 2021
1 parent 61863e8 commit e848495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type E2E struct {
kubeconfig string
ctrlNamespace string
namespace string
moduleUrl string
moduleURL string
name string
crds []crd.CRD
}
Expand Down Expand Up @@ -54,7 +54,7 @@ func NewE2E(name, namespace, kubeconfig, module string, crdsNames []string) *E2E
ctrlNamespace: name,
namespace: namespace,
name: name,
moduleUrl: module,
moduleURL: module,
crds: crds,
}
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestMain(m *testing.M) {
namespace = Namespace
}

e = NewE2E(name, namespace, kubeconfig, ModuleURL, []string{
e = NewE2E(Name, namespace, kubeconfig, ModuleURL, []string{
"Module",
"State",
"Execution",
Expand Down

0 comments on commit e848495

Please sign in to comment.