Skip to content

Commit

Permalink
Final fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Dec 20, 2021
1 parent f739b27 commit 984e701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PolykeyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class PolykeyAgent {
networkConfig = {},
forwardProxyConfig = {},
reverseProxyConfig = {},
seedNodes = config.defaults.network.mainnet,
seedNodes = {},
// Optional dependencies
status,
schema,
Expand Down
2 changes: 1 addition & 1 deletion tests/client/rpcNodes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Client service', () => {
expect(nodeAddress!.host).toBe(host);
expect(nodeAddress!.port).toBe(port);
});
test(
test.skip(
'should ping a node (online + offline)',
async () => {
const serverNodeId = polykeyServer.nodeManager.getNodeId();
Expand Down

0 comments on commit 984e701

Please sign in to comment.