Skip to content

Commit

Permalink
Update js/modules/k6/experimental/csv/module_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
  • Loading branch information
oleiade and joanlopez authored Sep 9, 2024
1 parent 01d8000 commit 7888ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/k6/experimental/csv/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestParserConstructor(t *testing.T) {
require.NoError(t, err)
})

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) {
t.Parallel()

r, err := newConfiguredRuntime(t)
Expand Down

0 comments on commit 7888ee6

Please sign in to comment.