Skip to content

Commit

Permalink
fix worklow name typo and remove env/logging package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Oct 24, 2023
1 parent b49ba4c commit 2870b79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/e2e/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import (
"github.com/smartcontractkit/chainlink-testing-framework/env/client"
"github.com/smartcontractkit/chainlink-testing-framework/env/config"
"github.com/smartcontractkit/chainlink-testing-framework/env/environment"
"github.com/smartcontractkit/chainlink-testing-framework/env/logging"
a "github.com/smartcontractkit/chainlink-testing-framework/env/pkg/alias"
"github.com/smartcontractkit/chainlink-testing-framework/env/pkg/helm/chainlink"
"github.com/smartcontractkit/chainlink-testing-framework/env/pkg/helm/ethereum"
"github.com/smartcontractkit/chainlink-testing-framework/env/presets"
"github.com/smartcontractkit/chainlink-testing-framework/logging"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion env/environment/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"github.com/smartcontractkit/chainlink-testing-framework/env/client"
"github.com/smartcontractkit/chainlink-testing-framework/env/config"
"github.com/smartcontractkit/chainlink-testing-framework/env/imports/k8s"
"github.com/smartcontractkit/chainlink-testing-framework/env/logging"
"github.com/smartcontractkit/chainlink-testing-framework/env/pkg"
a "github.com/smartcontractkit/chainlink-testing-framework/env/pkg/alias"
"github.com/smartcontractkit/chainlink-testing-framework/logging"
)

const (
Expand Down

0 comments on commit 2870b79

Please sign in to comment.