fix arguments order
Co-Authored-By: Jakob Ackermann <jakob.ackermann@overleaf.com>
This commit is contained in:
@@ -357,8 +357,8 @@ describe('DockerRunner', function() {
|
||||
return this.DockerRunner.startContainer(
|
||||
this.options,
|
||||
this.volumes,
|
||||
this.callback,
|
||||
() => {}
|
||||
() => {},
|
||||
this.callback
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user