Skip to content

Commit

Permalink
Breaking test to confirm that tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytakeda committed Mar 15, 2024
1 parent 457e1d0 commit b71d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testJs/testJs.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ tests.push({
console.log('Search hook ' + num);
console.log('Testing results for wildcard "con*" only in Quotations');
checkResults({
docsFound: 1, contextsFound: 6, scoreTotal: 12
docsFound: 1, contextsFound: 6, scoreTotal: 10
});
}
});
Expand Down

0 comments on commit b71d3f8

Please sign in to comment.