Skip to content

Commit 72ce0d0

Browse files
committed
fixing mixed up naming
1 parent 22eb61e commit 72ce0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/10_Writing/CopyMethodsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testWorkspaceCopy()
7373

7474
public function testWorkspaceCopyOther()
7575
{
76-
self::$staticSharedFixture['ie']->import('general/additionalWorkspace', 'testsAdditional');
76+
self::$staticSharedFixture['ie']->import('general/additionalWorkspace', 'additionalWorkspace');
7777
$src = '/tests_additional_workspace/testWorkspaceCopyOther/node';
7878
$dst = '/tests_write_manipulation_copy/testWorkspaceCopyOther/foobar';
7979

0 commit comments

Comments
 (0)