Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit d33867a

Browse files
author
linyouchong
committed
fix incorrect log
1 parent 3dcdd70 commit d33867a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/volume/cinder/cinder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func TestPlugin(t *testing.T) {
194194
if _, err := os.Stat(path); err == nil {
195195
t.Errorf("TearDown() failed, volume path still exists: %s", path)
196196
} else if !os.IsNotExist(err) {
197-
t.Errorf("SetUp() failed: %v", err)
197+
t.Errorf("TearDown() failed: %v", err)
198198
}
199199

200200
// Test Provisioner

0 commit comments

Comments
 (0)