Skip to content

Commit bba34fc

Browse files
committed
Fix tests
1 parent 013d2ab commit bba34fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/ScriptHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function testParameterHandling($testCaseName)
128128

129129
$this->package->getExtra()->willReturn(array('incenteev-parameters' => $testCase['config']));
130130

131-
$message = sprintf('<info>%s the "%s" file.</info>', $exists ? 'Updating' : 'Creating', $testCase['config']['file']);
131+
$message = sprintf('<info>%s the "%s" file</info>', $exists ? 'Updating' : 'Creating', $testCase['config']['file']);
132132
$this->io->write($message)->shouldBeCalled();
133133

134134
$this->setInteractionExpectations($testCase);

0 commit comments

Comments
 (0)