Skip to content

Commit ca63d9f

Browse files
authored
Update TestGeneratorTest.php
1 parent 3b3aa99 commit ca63d9f

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
@@ -347,7 +347,7 @@ public function testIfExceptionThrownWhenDuplicateArgumentsFound()
347347
);
348348
$testGeneratorObject = TestGenerator::getInstance('', ['sampleTest' => $test1, 'test2' => $test2]);
349349
$this->expectException(TestFrameworkException::class);
350-
$testGeneratorObject->throwExceptionIfDuplicateArgumentsFound($fileContents);
350+
$testGeneratorObject->throwExceptionIfDuplicateArgumentsFound($fileContents, $test1);
351351
}
352352

353353
/**

0 commit comments

Comments
 (0)