Skip to content

Commit

Permalink
Had to bump tests for change in intended output
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed May 17, 2024
1 parent 335cdcb commit e31e70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/library-tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ dnd5e:
assert.equal(errors.length, 1);
assert.strictEqual(
errors[0],
'type at path "/dnd5e/sources/Phantom Torch/consumable" ("#/additionalProperties/properties/sources/additionalProperties/properties/consumable/type") must be boolean',
'type at path "/dnd5e/sources/Phantom Torch/consumable" must be boolean',
);
});
it("Gives expected errors when values and types in YAML are invalid", async () => {
Expand Down Expand Up @@ -933,7 +933,7 @@ dnd5e:
assert.equal(errors.length, 1);
assert.equal(
errors[0],
'type at path "/dnd5e/sources/Phantom Torch/consumable" ("#/additionalProperties/properties/sources/additionalProperties/properties/consumable/type") must be boolean',
'type at path "/dnd5e/sources/Phantom Torch/consumable" must be boolean',
);
});
});
Expand Down

0 comments on commit e31e70d

Please sign in to comment.