Skip to content

Commit d8c499e

Browse files
committed
fix test
1 parent a90435d commit d8c499e

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
@@ -1051,7 +1051,7 @@ describe('Attribute tests', () => {
10511051
@@allow('all', auth() != null)
10521052
}
10531053
`)
1054-
).toContain(`auth() cannot be resolved because no model marked wth "@@auth()" or named "User" is found`);
1054+
).toContain(`auth() cannot be resolved because no model marked with "@@auth()" or named "User" is found`);
10551055

10561056
await loadModel(`
10571057
${prelude}

0 commit comments

Comments
 (0)