From 59db40346f654697d94e74c6877650db7dbd563f Mon Sep 17 00:00:00 2001 From: Lucian Buzzo Date: Tue, 9 Jan 2024 14:55:29 +0000 Subject: [PATCH] fix: don't duplicate ability name in expression test Signed-off-by: Lucian Buzzo --- test/integration/expressions.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({