Skip to content

Commit

Permalink
Update test/selection_pile_validator.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Toledo <[email protected]>
  • Loading branch information
av-mads and av-alexistoledo authored Mar 15, 2024
1 parent 7dcc273 commit f50651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selection_pile_validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe("validate", () => {
explicitBlank: false
}

it("returns 'blank' error", () => {
it("returns 'exclusive' error", () => {
expect(validator.validate(selectionPile)).to.have.lengthOf(1)
expect(validator.validate(selectionPile)[0].message).to.equal("exclusive")
});
Expand Down

0 comments on commit f50651f

Please sign in to comment.