Skip to content

Commit 25b5e97

Browse files
committed
fix test
1 parent 5ecae70 commit 25b5e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema/tests/schema/validation/attribute-validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ describe('Attribute tests', () => {
406406
id String @id @default(foo())
407407
}
408408
`)
409-
).toContain(`Could not resolve reference to FunctionDecl named 'foo'.`);
409+
).toContain(`Could not resolve reference to AbstractCallable named 'foo'.`);
410410

411411
expect(
412412
await loadModelWithError(`

0 commit comments

Comments
 (0)