Skip to content

Commit

Permalink
Add missing argument (#802)
Browse files Browse the repository at this point in the history
b/289559420
  • Loading branch information
joeltine authored Jun 30, 2023
1 parent 6471f73 commit 977165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobalt/black_box_tests/testdata/black_box_js_test_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function assertTrue(result, msg) {
}
}

function assertFalse(result) {
function assertFalse(result, msg) {
if (result) {
const errorMessage = '\n' +
'Black Box Test Assertion failed: \n' +
Expand Down

0 comments on commit 977165e

Please sign in to comment.