-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
debbfb4
commit b7495b3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
||
|
@@ -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); | ||
|