Skip to content

Commit aa99427

Browse files
committed
Fix test
1 parent 1abd7da commit aa99427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Script/ProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testNothingToDoIfFileAlreadyExistInVersion()
154154
$processor = new Processor($this->io, $helper);
155155
$processor->process($tool);
156156

157-
$this->assertRegexp('/already exist in given version/', $this->getDisplay($this->output));
157+
$this->assertRegexp('/already exists in the given version/', $this->getDisplay($this->output));
158158
}
159159

160160
public function testInValidSignatureCheckReturnsError()

0 commit comments

Comments
 (0)