fix unit test name

Signed-off-by: goenning <me@goenning.net>
This commit is contained in:
goenning
2021-12-22 17:22:25 +00:00
parent d0db4a56f1
commit fc6530ea19
@@ -409,7 +409,7 @@ describe('JsonRulesEngineFactChecker', () => {
[testChecks.broken[0], testChecks.invalidCustomOperator[0]].forEach(
check => {
it(`should succeed on invalid rule: ${check.name}`, async () => {
it(`should fail on broken rules: ${check.name}`, async () => {
const validationResponse = await factChecker.validate(
testChecks.broken[0],
);