Skip to content

Commit 65e578e

Browse files
committed
Different fix
1 parent cd16a4d commit 65e578e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/converter.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ Deno.test('throws error on invalid structure', {sanitizeOps: false, sanitizeRes
196196
}
197197
});
198198

199-
// FIXME - make test work
200-
Deno.test.ignore('message with Latin 1 encoding -- #17', async () => {
199+
Deno.test('message with Latin 1 encoding -- #17', {sanitizeOps: false, sanitizeResources: false }, async () => {
201200
// https://github.com/qqilihq/partial-emlx-converter/issues/17
202201
const testFile = path.join(__dirname, '__testdata/encrypted/258310/Messages/258310.partial.emlx');
203202
if (!fs.existsSync(testFile)) {

0 commit comments

Comments
 (0)