Skip to content

Commit 715fb20

Browse files
authored
Update TestGeneratorTest.php
1 parent 81e328a commit 715fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Util/TestGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public function testIfExceptionNotThrownWhenDuplicateArgumentsNotFound()
394394
'filename'
395395
);
396396
$testGeneratorObject = TestGenerator::getInstance('', ['sampleTest' => $test1, 'test2' => $test2]);
397-
$result = $testGeneratorObject->throwExceptionIfDuplicateArgumentsFound($fileContents);
397+
$result = $testGeneratorObject->throwExceptionIfDuplicateArgumentsFound($fileContents, $test1);
398398
$this->assertEquals($result, "");
399399
}
400400

0 commit comments

Comments
 (0)