Skip to content

Commit 52600ea

Browse files
committed
Fix French arch --help test to match current translation
The coreutils-l10n translation uses the infinitive 'Afficher' rather than 'Affiche', causing the test to fail in CI.
1 parent 7131cf3 commit 52600ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/wasm-terminal.test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h1>wasm-terminal unit tests</h1>
359359
T.locale = "fr-FR";
360360
const frHelp = await executeCommandLine("arch --help");
361361
assert("arch --help in French contains French text",
362-
frHelp.includes("Affiche l'architecture de la machine"), true);
362+
frHelp.includes("Afficher l'architecture de la machine"), true);
363363

364364
T.locale = "en-US";
365365

0 commit comments

Comments
 (0)