Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 6, 2024
1 parent debbfb4 commit b7495b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/celeste.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const TORUS_TEST_EMAIL = "[email protected]";
const TORUS_TEST_VERIFIER = "torus-test-health";
const TORUS_TEST_AGGREGATE_VERIFIER = "torus-test-health-aggregate";

describe.only("torus utils celeste", function () {
describe("torus utils celeste", function () {
let torus: TorusUtils;
let TORUS_NODE_MANAGER: NodeManager;

Expand Down Expand Up @@ -54,7 +54,7 @@ describe.only("torus utils celeste", function () {
});
});

it.only("should fetch user type and public address", async function () {
it("should fetch user type and public address", async function () {
const verifier = "tkey-google-celeste"; // any verifier
const verifierDetails = { verifier, verifierId: TORUS_TEST_EMAIL };
const { torusNodeEndpoints } = await TORUS_NODE_MANAGER.getNodeDetails(verifierDetails);
Expand Down

0 comments on commit b7495b3

Please sign in to comment.