]> BookStack Code Mirror - bookstack/commitdiff
Fixed failing license test
authorDan Brown <redacted>
Sat, 23 Jul 2022 11:08:55 +0000 (12:08 +0100)
committerDan Brown <redacted>
Sat, 23 Jul 2022 11:08:55 +0000 (12:08 +0100)
tests/HelpTest.php

index bf883bd3966d3be711e3d00fe0bd7b6dc1030983..cd983dbebe8de12e6d786f82fb2083e00a1373ac 100644 (file)
@@ -18,6 +18,6 @@ class HelpTest extends TestCase
         $this->assertTrue(file_exists($expectedPath));
 
         $contents = file_get_contents($expectedPath);
-        $this->assertStringContainsString('GNU LESSER GENERAL PUBLIC LICENSE', $contents);
+        $this->assertStringContainsString('MIT License', $contents);
     }
 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.