mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix order of args
This commit is contained in:
parent
0bc87deba0
commit
ee50b237c6
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ describe('Load archive file', () => {
|
|||
return Promise.resolve()
|
||||
}
|
||||
|
||||
await importMatterArchive(stream, stub)
|
||||
await importMatterArchive(stub, stream)
|
||||
expect(stub.countFailed).to.equal(0)
|
||||
expect(stub.countImported).to.equal(1)
|
||||
expect(urls).to.eql([
|
||||
|
|
|
|||
Loading…
Reference in a new issue