From 1991c6d4f9b0a28ca597f3d43b39aff0ec733645 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Tue, 27 May 2025 08:48:20 +0200 Subject: [PATCH] rename --- tests/fill-odt-template/formatting.js | 2 +- tests/fixtures/{reducing.odt => ghost-if.odt} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/fixtures/{reducing.odt => ghost-if.odt} (100%) 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