Skip to content

Commit aa8b496

Browse files
committed
Fix last failing test
1 parent b990c3a commit aa8b496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/process/selenium-process.spec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
it('should add an .exe', function () {
9191
$this->process->addBinary($this->driver, $this->fixtures);
9292
$args = $this->process->getArgs();
93-
expect($args[1])->to->match('/[.]exe$/');
93+
expect($args[0])->to->match('/[.]exe$/');
9494
});
9595
});
9696
});

0 commit comments

Comments
 (0)