From 93e3d52735b35a0b5405ed774a5bf0dbc8d8e8f2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2017 19:45:22 +0100 Subject: remove repurchase correlation id --- src/types-test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/types-test.ts') diff --git a/src/types-test.ts b/src/types-test.ts index f8f25bc00..7298728ff 100644 --- a/src/types-test.ts +++ b/src/types-test.ts @@ -53,7 +53,6 @@ test("contract validation", (t: TestLib) => { timestamp: "Date(12345)", transaction_id: 1234, fulfillment_url: "foo", - repurchase_correlation_id: "blabla", }; types.Contract.checked(c); -- cgit v1.2.3