commit 77c61e738181561979da64a480fe21f70f6fe1f4
parent 156f69a1ea2677ce5207a98e63a4f96e5d0c0e8a
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 3 Jun 2020 16:45:54 +0530
fix test case
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/types/types-test.ts b/src/types/types-test.ts
@@ -138,6 +138,7 @@ test("contract terms validation", (t) => {
fulfillment_url: "foo",
max_fee: "EUR:1.5",
merchant_pub: "12345",
+ merchant: { name: "Foo" },
order_id: "test_order",
pay_deadline: { t_ms: 42 },
wire_transfer_deadline: { t_ms: 42 },