Skip to content

Commit

Permalink
Chore: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Apr 22, 2020
1 parent 3dad940 commit 08370d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rule-tester/rule-tester.js
Expand Up @@ -472,7 +472,7 @@ describe("RuleTester", () => {
errors: []
}]
});
}, /errors array should have atleast one element otherwise its a valid case/u);
}, /errors array should have at least one element otherwise its a valid case/u);
});

it("should not skip column assertion if column is a falsy value", () => {
Expand Down

0 comments on commit 08370d0

Please sign in to comment.