aboutsummaryrefslogtreecommitdiff
path: root/src/types-test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types-test.ts')
-rw-r--r--src/types-test.ts1
1 files changed, 0 insertions, 1 deletions
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);