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 0ccf188 commit 37c409d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/local/dynamic_desktops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ func setupDynamicDesktopTest(t *testing.T) (context.Context, *DynamicWindowsDesk
Clock: clock,
})
require.NoError(t, err)
service := NewDynamicWindowsDesktopService(backend.NewSanitizer(mem))
service, err := NewDynamicWindowsDesktopService(backend.NewSanitizer(mem))
require.NoError(t, err)
return ctx, service
}

Expand Down

0 comments on commit 37c409d

Please sign in to comment.