diff --git a/packages/language-server/src/__test__/quickFix.test.ts b/packages/language-server/src/__test__/quickFix.test.ts index e3faf12914..8d0eb8145a 100644 --- a/packages/language-server/src/__test__/quickFix.test.ts +++ b/packages/language-server/src/__test__/quickFix.test.ts @@ -211,7 +211,7 @@ suite('Quick Fixes', () => { end: { line: 15, character: 0 }, }, message: - 'Error parsing attribute "@relation": The argument `references` must refer to a unique criteria in the related model. Consider adding an `@unique` attribute to the field `field` in the model `A`.', + 'Error parsing attribute "@relation": The argument `references` must refer to a unique criterion in the related model. Consider adding an `@unique` attribute to the field `field` in the model `A`.', severity: DiagnosticSeverity.Error, }, ] @@ -240,8 +240,7 @@ suite('Quick Fixes', () => { }, }, severity: 1, - message: - 'Error parsing attribute "@relation": The argument `references` must refer to a unique criteria in the related model. Consider adding an `@unique` attribute to the field `field` in the model `A`.', + message: 'Error parsing attribute "@relation": The argument `references` must refer to a unique criterion in the related model. Consider adding an `@unique` attribute to the field `field` in the model `A`.', }, ], edit: {