Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkubala committed Oct 16, 2018
1 parent 93bfb30 commit 9d06902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/skaffold/app/cmd/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ func TestSetAndUnsetConfig(t *testing.T) {
key: "not_a_real_value",
shouldErrSet: true,
expectedSetCfg: &Config{
ContextConfigs: []*ContextConfig{{}},
Global: &ContextConfig{},
ContextConfigs: []*ContextConfig{},
},
},
{
Expand Down

0 comments on commit 9d06902

Please sign in to comment.