From a455f83ee41b8d07faaaa8ecf351445b34e5a94f Mon Sep 17 00:00:00 2001 From: Im-Beast Date: Tue, 15 Oct 2024 16:38:49 +0200 Subject: actually load wownero when specified --- tests/regression.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/regression.test.ts') diff --git a/tests/regression.test.ts b/tests/regression.test.ts index 2a0d369..82a9f95 100755 --- a/tests/regression.test.ts +++ b/tests/regression.test.ts @@ -17,7 +17,7 @@ Deno.test(`Regression tests (${coin})`, async (t) => { const walletInfo = await createWalletViaCli(coin, "dog", "sobaka"); for (const version of ["next", latestTag, "next"]) { - await $`deno run -A ./tests/compare.ts ${version} ${JSON.stringify(walletInfo)}`; + await $`deno run -A ./tests/compare.ts ${coin} ${version} ${JSON.stringify(walletInfo)}`; } }); @@ -28,7 +28,7 @@ Deno.test(`Regression tests (${coin})`, async (t) => { for (const version of tags.toReversed()) { if (version !== "next" && version !== tags[0]) await getMoneroC(coin, version); - await $`deno run -A ./tests/compare.ts ${version} ${JSON.stringify(walletInfo)}`; + await $`deno run -A ./tests/compare.ts ${coin} ${version} ${JSON.stringify(walletInfo)}`; } await Deno.remove("./tests/wallets", { recursive: true }).catch(() => {}); -- cgit v1.2.3