Skip to content

Commit dec2144

Browse files
rMaxiQpmstoykov
authored andcommitted
Use require than assert
1 parent 664de4f commit dec2144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/js/modules/k6/browser/tests/page_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ func TestPageOnResponse(t *testing.T) {
25532553
25542554
return JSON.stringify(returnValue, null, 2);
25552555
`, tb.url("/home"))
2556-
assert.NoError(t, err)
2556+
require.NoError(t, err)
25572557

25582558
got := k6test.ToPromise(t, gv)
25592559

0 commit comments

Comments
 (0)