From 9b51ec4f397b1d6bacc9442b79edd0962b729a99 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 3 Jan 2025 15:34:57 +0100 Subject: fix test --- tests/integration.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.test.ts b/tests/integration.test.ts index 100bd43..2570874 100644 --- a/tests/integration.test.ts +++ b/tests/integration.test.ts @@ -443,7 +443,7 @@ Deno.test("0004-coin-control.patch", { assertEquals(await transaction.status(), 1); assertEquals( - await transaction.errorString(), + (await transaction.errorString())?.split("\n")[0], "not enough money to transfer, overall balance only 0.002000000000, sent amount 0.002000000000", ); }); -- cgit v1.2.3