Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch committed Sep 23, 2021
1 parent af98482 commit 5245c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/config/v3/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ func TestConfig_FindContext(t *testing.T) {

func TestConfig_DeleteContext(t *testing.T) {
c := &Config{
BaseConfig: new(config.BaseConfig),
BaseConfig: config.NewBaseConfig(nil, new(version.Version)),
Contexts: map[string]*Context{contextName: {Name: contextName}},
CurrentContext: contextName,
}
Expand Down

0 comments on commit 5245c66

Please sign in to comment.