Skip to content

Commit

Permalink
fix open handle
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Dec 20, 2023
1 parent b121af1 commit 731473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-env/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class TestNetwork extends TestNetworkNoAppView {

mockNetworkUtilities(pds, bsky)

return new TestNetwork(plc, pds, bsky)
return new TestNetwork(plc, pds, bsky, ozone)
}

async processFullSubscription(timeout = 5000) {
Expand Down

0 comments on commit 731473c

Please sign in to comment.