diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-11-02 00:48:13 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-11-02 00:48:13 +0100 |
commit | d184633a8898399171ac4790a18024709a5df595 (patch) | |
tree | eb1c18e03555cc020d1bdee6bc7be0fcee0b2719 | |
parent | d6a3a54d28a5d1e21cc3cca9927c78f674044531 (diff) |
fix test case
-rw-r--r-- | src/types-test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types-test.ts b/src/types-test.ts index 3ba059de1..56a826441 100644 --- a/src/types-test.ts +++ b/src/types-test.ts @@ -115,6 +115,7 @@ test("contract terms validation", (t) => { merchant_pub: "12345", order_id: "test_order", pay_deadline: "Date(12346)", + wire_transfer_deadline: "Date(12346)", merchant_base_url: "https://example.com/pay", products: [], refund_deadline: "Date(12345)", |