Skip to content

Commit

Permalink
fix: run all tests
Browse files Browse the repository at this point in the history
removing only locally tests pass
  • Loading branch information
cpb8010 committed Dec 4, 2024
1 parent e6024ab commit 0745154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SessionKeyTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class SessionTester {
}
}

describe.only("SessionKeyModule tests", function () {
describe("SessionKeyModule tests", function () {
let proxyAccountAddress: string;

(hre.network.name == "dockerizedNode" ? it : it.skip)("should deposit funds", async () => {
Expand Down

0 comments on commit 0745154

Please sign in to comment.