chia7712 commented on code in PR #755:
URL: https://github.com/apache/yunikorn-core/pull/755#discussion_r1423864465


##########
pkg/webservice/handlers_test.go:
##########
@@ -1500,7 +1500,7 @@ func TestUsersAndGroupsResourceUsage(t *testing.T) {
        assert.NilError(t, err, "Get Groups Resource Usage Handler request 
failed")
 
        var groupsResourceUsageDao []*dao.GroupResourceUsageDAOInfo
-       var expGroupsResourceUsageDao []*dao.GroupResourceUsageDAOInfo
+       expGroupsResourceUsageDao := []*dao.GroupResourceUsageDAOInfo{}

Review Comment:
   pardon me, is this change related to PR? or it is a potential issue?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to