diff --git a/tests/ScriptHandlerTest.php b/tests/ScriptHandlerTest.php
index 511d5da..74adb49 100644
--- a/tests/ScriptHandlerTest.php
+++ b/tests/ScriptHandlerTest.php
@@ -41,8 +41,8 @@ function test_symlinks_creation()
->expects($this->exactly(2))
->method('write')
->withConsecutive(
- ['Creating symlink for "foo" into "bar"'],
- ['Creating symlink for "bar.txt" into "foo.txt"']
+ ['Copying folder "foo" into "bar"'],
+ ['Copying folder "bar.txt" into "foo.txt"']
);
$this->package->setExtra([
@@ -83,8 +83,8 @@ function test_input_sanitization()
->expects($this->exactly(1))
->method('write')
->withConsecutive(
- ['Creating symlink for "foo" into "bar"'],
- ['Creating symlink for "foo2" into "bar"']
+ ['Copying folder "foo" into "bar"'],
+ ['Copying folder "foo2" into "bar"']
);
$this->package->setExtra([