We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d8000 commit 7888ee6Copy full SHA for 7888ee6
js/modules/k6/experimental/csv/module_test.go
@@ -60,7 +60,7 @@ func TestParserConstructor(t *testing.T) {
60
require.NoError(t, err)
61
})
62
63
- t.Run("constructing a parser with options valid options should succeed", func(t *testing.T) {
+ t.Run("constructing a parser with valid options should succeed", func(t *testing.T) {
64
t.Parallel()
65
66
r, err := newConfiguredRuntime(t)
0 commit comments