Address review comments

-Fix whitespace on imports
-Fix test case naming

Signed-off-by: Jack Baines <jack.baines@uk.ibm.com>
This commit is contained in:
Jack Baines
2019-03-21 15:59:49 +00:00
parent 908b771086
commit d15832a4c2
2 changed files with 3 additions and 4 deletions

View File

@@ -99,8 +99,8 @@ func TestFetcherOpen(t *testing.T) {
}
}
// New set of test to test new error cases
func Test_dockerFetcher_open(t *testing.T) {
// New set of tests to test new error cases
func TestDockerFetcherOpen(t *testing.T) {
tests := []struct {
name string
mockedStatus int