Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b753585

Browse files
committedJul 20, 2022
added empty testcase to TestGetMountOptions()
1 parent 4e58c74 commit b753585

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎pkg/util/util_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ func TestGetMountOptions(t *testing.T) {
147147
options: []string{""},
148148
expected: "",
149149
},
150+
{
151+
options: make([]string, 0),
152+
expected: "",
153+
},
150154
}
151155

152156
for _, test := range tests {

0 commit comments

Comments
 (0)
Please sign in to comment.