fix arguments order

Co-Authored-By: Jakob Ackermann <jakob.ackermann@overleaf.com>
This commit is contained in:
Tim Alby 2020-04-10 12:25:55 +02:00
parent c700a0ab9d
commit 66447211d0

View file

@ -357,8 +357,8 @@ describe('DockerRunner', function() {
return this.DockerRunner.startContainer(
this.options,
this.volumes,
this.callback,
() => {}
() => {},
this.callback
)
})