summaryrefslogtreecommitdiffstats
path: root/pkg/gui/services/custom_commands/menu_generator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/services/custom_commands/menu_generator_test.go')
-rw-r--r--pkg/gui/services/custom_commands/menu_generator_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/services/custom_commands/menu_generator_test.go b/pkg/gui/services/custom_commands/menu_generator_test.go
index c17f7e93a..81480d1d8 100644
--- a/pkg/gui/services/custom_commands/menu_generator_test.go
+++ b/pkg/gui/services/custom_commands/menu_generator_test.go
@@ -81,7 +81,6 @@ func TestMenuGenerator(t *testing.T) {
}
for _, s := range scenarios {
- s := s
t.Run(s.testName, func(t *testing.T) {
s.test(NewMenuGenerator(utils.NewDummyCommon()).call(s.cmdOut, s.filter, s.valueFormat, s.labelFormat))
})