diff --git a/go/libraries/events/event_flush_test.go b/go/libraries/events/event_flush_test.go index bb98c7d455..bab36338cd 100644 --- a/go/libraries/events/event_flush_test.go +++ b/go/libraries/events/event_flush_test.go @@ -88,7 +88,7 @@ func TestEventFlushing(t *testing.T) { // filesystems := []string{"inMemFS", "local"} filesystems := []string{"local"} - + for _, fsName := range filesystems { t.Run(fsName, func(t *testing.T) { for _, test := range tests {