Skip to content

Commit

Permalink
Fixed failing license test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Jul 23, 2022
1 parent f573e09 commit 67d12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HelpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function test_tiny_license_exists_where_expected()
$this->assertTrue(file_exists($expectedPath));

$contents = file_get_contents($expectedPath);
$this->assertStringContainsString('GNU LESSER GENERAL PUBLIC LICENSE', $contents);
$this->assertStringContainsString('MIT License', $contents);
}
}

0 comments on commit 67d12cc

Please sign in to comment.