diff --git a/tests/Meta/LicensesTest.php b/tests/Meta/LicensesTest.php index 4bee6f682..0d6af2555 100644 --- a/tests/Meta/LicensesTest.php +++ b/tests/Meta/LicensesTest.php @@ -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'); }