Skip to content

Commit 427999e

Browse files
committed
fix test
1 parent ecbd566 commit 427999e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/__tests__/resolveSchemaCoordinate-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('resolveSchemaCoordinate', () => {
143143
expect(() =>
144144
resolveSchemaCoordinate(schema, 'SearchCriteria.name(arg:)'),
145145
).to.throw(
146-
'Expected "SearchCriteria" to be defined as a type in the schema.',
146+
'Expected "SearchCriteria" to be an object type or interface type.',
147147
);
148148
});
149149

0 commit comments

Comments
 (0)