go(util_test.go): use more sensible error message
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b9a4ff3192
commit
c8ed8eb82b
@ -17,7 +17,7 @@ func TestCreateFolder(t *testing.T) {
|
||||
var want error
|
||||
|
||||
if want != got {
|
||||
t.Errorf("issue creating folder: got %q", got.Error())
|
||||
t.Errorf("issue creating folder, testPath: %q, full cmd: %q", testPath, got.Error())
|
||||
}
|
||||
|
||||
os.RemoveAll(testPath)
|
||||
|
Loading…
Reference in New Issue
Block a user