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 },