Clean up merge3 changes

This commit is contained in:
Jonathan Wong
2019-12-24 21:18:40 -08:00
parent 4bdfb1c511
commit fc57f530ee
3 changed files with 29 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package commands
package commands_test
import (
"io/ioutil"
@@ -233,4 +234,4 @@ spec:
if !assert.Empty(t, diffs.List()) {
t.FailNow()
}
}
}