over specify test name for 'all' filter
All checks were successful
Build / build (push) Successful in 49s
All checks were successful
Build / build (push) Successful in 49s
This commit is contained in:
parent
86e4f9d0d6
commit
8f6ce8867c
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user