Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
probakowski committed Oct 16, 2024
1 parent 14987eb commit 0ccf188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/local/dynamic_desktops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@ func TestDynamicWindowsService_DeleteAllDynamicDesktop(t *testing.T) {
require.NoError(t, err)
desktops, _, err = service.ListDynamicWindowsDesktops(ctx, 5, "")
require.NoError(t, err)
require.Len(t, desktops, 0)
require.Empty(t, desktops)
}

0 comments on commit 0ccf188

Please sign in to comment.