fix taleruri test failure

This commit is contained in:
Florian Dold 2023-08-03 18:40:25 +02:00
parent fdbd55d2bd
commit 3d7df63c59
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -367,6 +367,6 @@ test("taler withdraw exchange URI with amount (stringify)", (t) => {
});
t.deepEqual(
url,
"taler://withdraw-exchange/exchange.demo.taler.net/JFX1NE38C65A5XT8VSNQXX7R7BBG4GNZ63F5T7Y6859V4J8KBKF0?a=KUDOS%3A19",
"taler://withdraw-exchange/exchange.demo.taler.net/GJKG23V4ZBHEH45YRK7TWQE8ZTY7JWTY5094TQJSRZN5DSDBX8E0?a=KUDOS%3A19",
);
});