style: Linting.

This commit is contained in:
Hayden Young
2024-10-15 18:38:53 +01:00
parent 2aee8e408c
commit 58769c4d15
5 changed files with 69 additions and 13 deletions

View File

@@ -136,10 +136,10 @@ describe('Replicating databases', function () {
await orbitdb1.stop()
await orbitdb2.stop()
// TODO: Strange issue with ClassicLevel. Causes subsequent Helia
// TODO: Strange issue with ClassicLevel. Causes subsequent Helia
// instantiations to error with db closed. Explicitly closing the
// nested ClassicLevel db seems to resolve the issue. Requires further
// investigation.
// nested ClassicLevel db seems to resolve the issue. Requires further
// investigation.
await ipfs1.blockstore.child.child.child.close()
await ipfs2.blockstore.child.child.child.close()
await ipfs1.stop()