From 82a9bc34c22cdee59bf680bed9857a1538ce90fb Mon Sep 17 00:00:00 2001 From: Nebulis Date: Fri, 21 Feb 2020 13:09:24 +0800 Subject: [PATCH] fix: tests --- test/fixtures/schema/2.0/1.json | 8 ++++++-- test/fixtures/schema/2.0/2.json | 5 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/test/fixtures/schema/2.0/1.json b/test/fixtures/schema/2.0/1.json index a4b92ea..a374530 100644 --- a/test/fixtures/schema/2.0/1.json +++ b/test/fixtures/schema/2.0/1.json @@ -18,13 +18,17 @@ "did": "DID:SG-UEN:U18274928E", "url": "https://blockchainacademy.com", "email": "registrar@blockchainacademy.com", - "certificateStore": "0xd9580260be45c3c0c2fb259a82f219b513054012", + "documentStore": "0xd9580260be45c3c0c2fb259a82f219b513054012", + "identityProof": { + "type": "DNS-TXT", + "location": "example.com" + }, "additionalProp": "0x0000000000000000000000000000000000000000000000000000000000000000" }, { "name": "School of Crypto-economics", "url": "https://ceschool.sg", - "certificateStore": "0xA33ddAEE02369D18A21E29dD2E7A12d65eE671d2" + "documentStore": "0xA33ddAEE02369D18A21E29dD2E7A12d65eE671d2" } ], "recipient": { diff --git a/test/fixtures/schema/2.0/2.json b/test/fixtures/schema/2.0/2.json index 36ca6e9..7853dce 100644 --- a/test/fixtures/schema/2.0/2.json +++ b/test/fixtures/schema/2.0/2.json @@ -18,13 +18,13 @@ "did": "DID:SG-UEN:U18274928E", "url": "https://blockchainacademy.com", "email": "registrar@blockchainacademy.com", - "certificateStore": "0xd9580260be45c3c0c2fb259a82f219b513054012", + "documentStore": "0xd9580260be45c3c0c2fb259a82f219b513054012", "additionalProp": "0x0000000000000000000000000000000000000000000000000000000000000000" }, { "name": "School of Crypto-economics", "url": "https://ceschool.sg", - "certificateStore": "0xA33ddAEE02369D18A21E29dD2E7A12d65eE671d2" + "documentStore": "0xA33ddAEE02369D18A21E29dD2E7A12d65eE671d2" } ], "recipient": { @@ -105,4 +105,3 @@ } } } - \ No newline at end of file