Skip to content

Commit 7888ee6

Browse files
oleiadejoanlopez
andauthored
Update js/modules/k6/experimental/csv/module_test.go
Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
1 parent 01d8000 commit 7888ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/modules/k6/experimental/csv/module_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func TestParserConstructor(t *testing.T) {
6060
require.NoError(t, err)
6161
})
6262

63-
t.Run("constructing a parser with options valid options should succeed", func(t *testing.T) {
63+
t.Run("constructing a parser with valid options should succeed", func(t *testing.T) {
6464
t.Parallel()
6565

6666
r, err := newConfiguredRuntime(t)

0 commit comments

Comments
 (0)