mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix arguments order
Co-Authored-By: Jakob Ackermann <jakob.ackermann@overleaf.com>
This commit is contained in:
parent
c700a0ab9d
commit
66447211d0
1 changed files with 2 additions and 2 deletions
|
@ -357,8 +357,8 @@ describe('DockerRunner', function() {
|
|||
return this.DockerRunner.startContainer(
|
||||
this.options,
|
||||
this.volumes,
|
||||
this.callback,
|
||||
() => {}
|
||||
() => {},
|
||||
this.callback
|
||||
)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue