diff --git a/test/integration/expressions.spec.ts b/test/integration/expressions.spec.ts index ab1b017..9c1d6f5 100644 --- a/test/integration/expressions.spec.ts +++ b/test/integration/expressions.spec.ts @@ -909,7 +909,7 @@ describe("expressions", () => { customAbilities: { Post: { customCreateAbility: { - description: "Create posts where there is already a tag label with the same title", + description: "Create posts where there is already a tag label with the same title from a known set", operation: "INSERT", expression: (client: PrismaClient, _row, context) => { return client.tag.findFirst({