Skip to content

Commit

Permalink
Reenable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Oct 18, 2024
1 parent 7964bdd commit 866121c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("Basic DID tests", () => {
expect(!!dock.account).toBe(true);
});

test.only("Can create and update document", async () => {
test("Can create and update document", async () => {
const did = DockDid.random();

const pair = new Ed25519Keypair(seed);
Expand Down

0 comments on commit 866121c

Please sign in to comment.