chore: vault tests refactors and lint (#2374)
This commit is contained in:
@@ -6,7 +6,8 @@ const expect = chai.expect
|
||||
|
||||
describe('payload manager', () => {
|
||||
beforeEach(async function () {
|
||||
this.payloadManager = new PayloadManager()
|
||||
const logger = new Logger('test')
|
||||
this.payloadManager = new PayloadManager(logger)
|
||||
this.createNotePayload = async () => {
|
||||
return new DecryptedPayload({
|
||||
uuid: Factory.generateUuidish(),
|
||||
|
||||
Reference in New Issue
Block a user