X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/514db60617780de889645513ad613d8ff0ba3108..refs/pull/5681/head:/tests/Meta/LicensesTest.php diff --git a/tests/Meta/LicensesTest.php b/tests/Meta/LicensesTest.php index 4bee6f682..a50fbdb90 100644 --- a/tests/Meta/LicensesTest.php +++ b/tests/Meta/LicensesTest.php @@ -12,8 +12,8 @@ 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('doctrine/dbal'); + $resp->assertSee('Dan Brown and the BookStack project contributors'); + $resp->assertSee('league/commonmark'); $resp->assertSee('@codemirror/lang-html'); }