Merge pull request #655 from procrypt/composeTestIssue

Changing printf verb in compose_test.go
This commit is contained in:
Charlie Drage 2017-06-20 08:27:22 -04:00 committed by GitHub
commit 4a267c160a

View File

@ -64,7 +64,7 @@ func TestLoadV3Ports(t *testing.T) {
}
if output[0] != expected {
t.Errorf("Expected %s, got %s", expected, output[0])
t.Errorf("Expected %v, got %v", expected, output[0])
}
}