From 4121cf9df313ee111c01fde1f255d010c8d941cd Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 14 Feb 2025 19:01:57 +0100 Subject: all: remove loop variables scoping --- vm/vm_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'vm/vm_test.go') diff --git a/vm/vm_test.go b/vm/vm_test.go index 434446083..34b656799 100644 --- a/vm/vm_test.go +++ b/vm/vm_test.go @@ -337,7 +337,6 @@ var tests = []*Test{ func TestMonitorExecution(t *testing.T) { for _, test := range tests { - test := test t.Run(test.Name, func(t *testing.T) { t.Parallel() testMonitorExecution(t, test) -- cgit mrf-deployment