Skip to content

Commit

Permalink
hedera: test cases added :krypc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnithaKrypC committed Mar 12, 2024
1 parent 9234bbc commit c189c2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ import v3DocumentStoreIssuedRaw from "../../../../test/fixtures/v3/documentStore
import v3DocumentStoreRevokedRaw from "../../../../test/fixtures/v3/documentStore-revoked.json";
import v3DocumentStoreWrappedRaw from "../../../../test/fixtures/v3/documentStore-wrapped.json";
import v3TokenRegistryIssuedRaw from "../../../../test/fixtures/v3/tokenRegistry-issued.json";
import { VerifierOptions } from "../../../types/core";

const v3DocumentStoreWrapped = v3DocumentStoreWrappedRaw as WrappedDocument<v3.OpenAttestationDocument>;
const v3DocumentStoreIssued = v3DocumentStoreIssuedRaw as WrappedDocument<v3.OpenAttestationDocument>;
const v3DidSigned = v3DidSignedRaw as WrappedDocument<v3.OpenAttestationDocument>;
const v3TokenRegistryIssued = v3TokenRegistryIssuedRaw as WrappedDocument<v3.OpenAttestationDocument>;
const v3DocumentStoreRevoked = v3DocumentStoreRevokedRaw as WrappedDocument<v3.OpenAttestationDocument>;

const options = { provider: getProvider({ network: "hederatestnet" }) };
const options = {} as VerifierOptions;

describe("test", () => {
describe("v2", () => {
Expand Down

0 comments on commit c189c2d

Please sign in to comment.