Skip to content

Commit f4b87e4

Browse files
authored
test(ref): update expected error message (#758)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 7d77ba2 commit f4b87e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/ref.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2041,6 +2041,6 @@ test('ref internal - throw if schema has definition twice with different shape',
20412041
try {
20422042
build(schema)
20432043
} catch (err) {
2044-
t.assert.equal(err.message, 'There is already another anchor "#uri" in a schema "test".')
2044+
t.assert.equal(err.message, 'There is already another anchor "#uri" in schema "test".')
20452045
}
20462046
})

0 commit comments

Comments
 (0)