We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcacfb commit 803b91fCopy full SHA for 803b91f
internal/controllers/clusterclass/clusterclass_controller_test.go
@@ -640,7 +640,7 @@ func TestReconciler_reconcileVariables(t *testing.T) {
640
},
641
}
642
for _, tt := range tests {
643
- t.Run(tt.name, func(*testing.T) {
+ t.Run(tt.name, func(t *testing.T) {
644
g := NewWithT(t)
645
fakeRuntimeClient := fakeruntimeclient.NewRuntimeClientBuilder().
646
WithCallExtensionResponses(
0 commit comments