]> BookStack Code Mirror - bookstack/commitdiff
Tests: Updated failing license test
authorDan Brown <redacted>
Mon, 17 Feb 2025 12:07:23 +0000 (12:07 +0000)
committerDan Brown <redacted>
Mon, 17 Feb 2025 12:07:23 +0000 (12:07 +0000)
tests/Meta/LicensesTest.php

index 4bee6f682b9aa1c87d1712aa17c2a8d7d0b6f86a..0d6af2555cf7c048101c0355be98bc58863e03d6 100644 (file)
@@ -12,7 +12,7 @@ class LicensesTest extends TestCase
         $resp->assertOk();
         $resp->assertSee('Licenses');
         $resp->assertSee('PHP Library Licenses');
-        $resp->assertSee('Dan Brown and the BookStack Project contributors');
+        $resp->assertSee('Dan Brown and the BookStack project contributors');
         $resp->assertSee('doctrine/dbal');
         $resp->assertSee('@codemirror/lang-html');
     }