pbacsko commented on code in PR #950:
URL: https://github.com/apache/yunikorn-k8shim/pull/950#discussion_r1954426298
##########
pkg/client/apifactory_test.go:
##########
@@ -43,3 +43,95 @@ func TestInformerTypes(t *testing.T) {
assert.Equal(t, "ReplicaSet", ReplicaSetInformerHandlers.String())
assert.Equal(t, "StatefulSet", StatefulSetInformerHandlers.String())
}
+
+func TestMockedAPIProvider_GetPodBindStats(t *testing.T) {
Review Comment:
In both tests, we have only 2 cases. For better readability, I'd prefer
using normal test structure, ie. without struct arrays and `t.Run()`.
--
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]