Skip to content

Commit

Permalink
feat: hedera test cases added :krypc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnithaKrypC committed Mar 15, 2024
1 parent 5c10943 commit 08b2eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const v3DocumentStoreIssued = v3DocumentStoreIssuedRaw as WrappedDocument<v3.Ope
const v3TokenRegistryIssued = v3TokenRegistryIssuedRaw as WrappedDocument<v3.OpenAttestationDocument>;

const options = {} as VerifierOptions;

//hederatestnet
describe("test", () => {
describe("v2", () => {
it("should return false when document does not have data", async () => {
Expand Down

0 comments on commit 08b2eed

Please sign in to comment.