summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/coinSelection.test.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-04-04 22:15:09 +0200
committerFlorian Dold <florian@dold.me>2024-04-04 22:15:09 +0200
commit7054acfd0470e13b8fc4c1f08834bc2fcc776ef4 (patch)
tree378891ab76b9f19ab6f0a63423201d9ac7f60d54 /packages/taler-wallet-core/src/coinSelection.test.ts
parent17896621e8b7ca8266d5b91ca8b165a21256fa24 (diff)
downloadwallet-core-7054acfd0470e13b8fc4c1f08834bc2fcc776ef4.tar.gz
wallet-core-7054acfd0470e13b8fc4c1f08834bc2fcc776ef4.tar.bz2
wallet-core-7054acfd0470e13b8fc4c1f08834bc2fcc776ef4.zip
wallet-core: fix outdated check in coin selection test
Diffstat (limited to 'packages/taler-wallet-core/src/coinSelection.test.ts')
-rw-r--r--packages/taler-wallet-core/src/coinSelection.test.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/taler-wallet-core/src/coinSelection.test.ts b/packages/taler-wallet-core/src/coinSelection.test.ts
index 507c82c7d..c7cb2857e 100644
--- a/packages/taler-wallet-core/src/coinSelection.test.ts
+++ b/packages/taler-wallet-core/src/coinSelection.test.ts
@@ -70,8 +70,6 @@ test("p2p: should select the coin", (t) => {
denomPubHash: "hash0",
maxAge: 32,
contributions: [Amounts.parseOrThrow("LOCAL:2.1")],
- expireDeposit: inTheDistantFuture,
- expireWithdraw: inTheDistantFuture,
},
});
});
@@ -104,8 +102,6 @@ test("p2p: should select 3 coins", (t) => {
Amounts.parseOrThrow("LOCAL:10"),
Amounts.parseOrThrow("LOCAL:0.3"),
],
- expireDeposit: inTheDistantFuture,
- expireWithdraw: inTheDistantFuture,
},
});
});
@@ -164,8 +160,6 @@ test("pay: select one coin to pay with fee", (t) => {
denomPubHash: "hash0",
maxAge: 32,
contributions: [Amounts.parseOrThrow("LOCAL:2.2")],
- expireDeposit: inTheDistantFuture,
- expireWithdraw: inTheDistantFuture,
},
});