Skip to content

Commit

Permalink
test(ref): update expected error message
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs authored Jan 16, 2025
1 parent 7d77ba2 commit 3556115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ref.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2041,6 +2041,6 @@ test('ref internal - throw if schema has definition twice with different shape',
try {
build(schema)
} catch (err) {
t.assert.equal(err.message, 'There is already another anchor "#uri" in a schema "test".')
t.assert.equal(err.message, 'There is already another anchor "#uri" in schema "test".')
}
})

0 comments on commit 3556115

Please sign in to comment.