mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
fix: Linting.
This commit is contained in:
@@ -202,7 +202,7 @@ describe('KeyStore', () => {
|
||||
describe('Setting options.path', () => {
|
||||
beforeEach(async () => {
|
||||
await copy(testKeysPath, keysPath)
|
||||
|
||||
|
||||
const storage = await LevelStorage({ path: keysPath })
|
||||
await storage.put('private_key3', privateKeyBuffer)
|
||||
await storage.put('public_key3', publicKeyBuffer)
|
||||
|
||||
Reference in New Issue
Block a user