Skip to content

Commit a314cdc

Browse files
committed
Remove wrong content pdf tests
1 parent 75e4293 commit a314cdc

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

test/integration/SplitPdfHook.test.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -128,27 +128,6 @@ describe("SplitPdfHook integration tests check splitted file is same as not spli
128128
description: "not PDF file",
129129
strategy: Strategy.Fast,
130130
},
131-
{
132-
filename: "test/data/fake.doc",
133-
expectedOk: false,
134-
requestsLimit: 1,
135-
description: "fake PDF file (wrong content)",
136-
strategy: Strategy.Fast,
137-
},
138-
{
139-
filename: "test/data/fake.doc",
140-
expectedOk: false,
141-
requestsLimit: 2,
142-
description: "fake PDF file (wrong content)",
143-
strategy: Strategy.Fast,
144-
},
145-
{
146-
filename: "test/data/fake.doc",
147-
expectedOk: false,
148-
requestsLimit: 5,
149-
description: "fake PDF file (wrong content)",
150-
strategy: Strategy.Fast,
151-
},
152131
])(
153132
"for request limit $requestsLimit and $description",
154133
async ({ filename, expectedOk, requestsLimit, strategy }) => {

0 commit comments

Comments
 (0)