Skip to content

Commit 38f6b00

Browse files
committed
Fixed test.
1 parent d44fda8 commit 38f6b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LicenseFileGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function assertLicenseEquals($license)
4343
public function testInvalidPathThrowsAnErrorException()
4444
{
4545
$this->setExpectedException(ErrorException::class);
46-
app(LicenseFileGenerator::class)->generate('\\', 'MIT', 'Acme', 'Testing', 'Testing package', 'John Doe', '[email protected]');
46+
app(LicenseFileGenerator::class)->generate('*', 'MIT', 'Acme', 'Testing', 'Testing package', 'John Doe', '[email protected]');
4747
}
4848

4949
public function testNotSupportedLicenseThrowLicenseNotSupported()

0 commit comments

Comments
 (0)