Skip to content

Commit 6a7ef7c

Browse files
committed
fix(tests): pass inputModel in test
1 parent 9d8129c commit 6a7ef7c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

internal/cmd/beta/sqlserverflex/user/create/create_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,10 @@ func TestOutputResult(t *testing.T) {
194194
wantErr bool
195195
}{
196196
{
197-
name: "empty",
198-
args: args{},
197+
name: "empty",
198+
args: args{
199+
model: fixtureInputModel(),
200+
},
199201
wantErr: true,
200202
},
201203
{

0 commit comments

Comments
 (0)