From 77c61e738181561979da64a480fe21f70f6fe1f4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Jun 2020 16:45:54 +0530 Subject: fix test case --- src/types/types-test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/types/types-test.ts b/src/types/types-test.ts index ce3092497..ba56582cc 100644 --- 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 }, -- cgit v1.2.3