over specify test name for 'all' filter
All checks were successful
Build / build (push) Successful in 49s

This commit is contained in:
Corban-Lee Jones 2025-05-15 12:17:29 +01:00
parent 86e4f9d0d6
commit 8f6ce8867c

View File

@ -28,7 +28,7 @@ const runFilterTest = (filter: prisma.Filter, testCases: FilterTestCase[]) => {
}
};
describe("Match: ALL", () => {
describe("Match: ALL (Case Sensitive)", () => {
const filter: prisma.Filter = {
...templateFilter,
name: "Block All Words - CASE SENSITIVE",