diff --git a/tests/fill-odt-template/formatting.js b/tests/fill-odt-template/formatting.js index 8f29efc..7c78f6d 100644 --- a/tests/fill-odt-template/formatting.js +++ b/tests/fill-odt-template/formatting.js @@ -168,7 +168,7 @@ test('template filling - formatted-start-each-single-paragraph', async t => { test('template filling - formatted ghost if', async t => { - const templatePath = join(import.meta.dirname, '../fixtures/reducing.odt') + const templatePath = join(import.meta.dirname, '../fixtures/ghost-if.odt') const templateContent = ` Utilisation de sources lumineuses : {#if scientifique.source_lumineuses}Oui{:else}Non{/if} ` diff --git a/tests/fixtures/reducing.odt b/tests/fixtures/ghost-if.odt similarity index 100% rename from tests/fixtures/reducing.odt rename to tests/fixtures/ghost-if.odt