Skip to content

Commit

Permalink
And again.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed May 5, 2023
1 parent dd1f698 commit 8784a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-a.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe("Anyhow Main Tests", function () {

anyhow.setOptions({levelOnConsole: false})

if (logged.indexOf("INFO")) {
if (logged.includes("INFO")) {
done()
} else {
done("Expected 'INFO' on console.")
Expand Down

0 comments on commit 8784a83

Please sign in to comment.