correct testcase NthcalledWith

This commit is contained in:
Claus-Peter Huebner 2023-08-03 00:36:59 +02:00
parent 1f770cc3d7
commit b9a1c893d7

View File

@ -155,7 +155,7 @@ describe('validate Communities', () => {
})
it('logs community pubKey verified', () => {
expect(logger.debug).toHaveBeenNthCalledWith(
3,
6,
'Federation: verified community with',
'http//localhost:5001/api/',
)