Skip to content

Commit

Permalink
chore: restore commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 28, 2024
1 parent 2c479b6 commit ef7e044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/p2p/src/client/p2p_client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ describe('In-Memory P2P Client', () => {
await client.start();
expect(client.isReady()).toEqual(true);

// await client.stop();
// expect(client.isReady()).toEqual(false);
await client.stop();
expect(client.isReady()).toEqual(false);
});

it('adds txs to pool', async () => {
Expand Down

0 comments on commit ef7e044

Please sign in to comment.