We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7d9a2 commit ec43946Copy full SHA for ec43946
internal/cmd/volume/backup/list/list_test.go
@@ -213,6 +213,13 @@ func TestOutputResult(t *testing.T) {
213
},
214
wantErr: false,
215
216
+ {
217
+ name: "empty slice",
218
+ args: args{
219
+ backups: []iaas.Backup{},
220
+ },
221
+ wantErr: false,
222
223
}
224
p := print.NewPrinter()
225
p.Cmd = NewCmd(¶ms.CmdParams{Printer: p})
0 commit comments