Change test name to make it clear it is not a duplicate

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
joshvanl
2021-07-23 16:10:35 +01:00
parent e18e29ea45
commit a81ba4fcb3
@@ -76,7 +76,7 @@ func Test_controllerBuilder(t *testing.T) {
givenCall: func(t *testing.T, _ cmclient.Interface, _ kubernetes.Interface) {},
expectRequeueKey: "",
},
"if no changes then no request should sync": {
"if no changes to request or order, then no request should sync": {
existingCSR: baseCSR,
existingCMObjects: []runtime.Object{baseOrder},
givenCall: func(t *testing.T, _ cmclient.Interface, _ kubernetes.Interface) {},