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 44f30d6c2e
commit 8fa4232148

View File

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