Skip to content

Commit 36e0574

Browse files
committed
main_test
1 parent c2305da commit 36e0574

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cmd/vsphere-csi/main_test.go

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
import (
4+
"testing"
5+
)
6+
7+
func TestRunMain(t *testing.T) {
8+
main()
9+
}

0 commit comments

Comments
 (0)