Skip to content

Commit 803b91f

Browse files
committed
Fix using corerect testing.T when creating gomega object
1 parent 9dcacfb commit 803b91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/clusterclass/clusterclass_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func TestReconciler_reconcileVariables(t *testing.T) {
640640
},
641641
}
642642
for _, tt := range tests {
643-
t.Run(tt.name, func(*testing.T) {
643+
t.Run(tt.name, func(t *testing.T) {
644644
g := NewWithT(t)
645645
fakeRuntimeClient := fakeruntimeclient.NewRuntimeClientBuilder().
646646
WithCallExtensionResponses(

0 commit comments

Comments
 (0)