fix: Linting.

This commit is contained in:
Hayden Young 2023-03-06 22:23:51 +00:00
parent 885fc5f02c
commit 9b2dd487b8

View File

@ -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)