Skip to content

Commit f45ffb7

Browse files
committed
update comment
1 parent 4424fc6 commit f45ffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scriptlets/prevent-fetch.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ if (!isSupported) {
343343
assert.strictEqual(response.status, 0, 'Response status is set to 0');
344344
assert.strictEqual(response.statusText, '', 'Response statusText is set to empty string');
345345
assert.strictEqual(response.body, null, 'Response body is set to null');
346-
assert.strictEqual(response.ok, false, 'Response body is set to null');
346+
assert.strictEqual(response.ok, false, 'Response ok is set to false');
347347
assert.strictEqual(window.hit, 'FIRED', 'hit function fired');
348348
done();
349349
});

0 commit comments

Comments
 (0)