Skip to content

Commit

Permalink
Tests: Updated failing license test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Feb 17, 2025
1 parent 213a86e commit 3b4d343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Meta/LicensesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function test_licenses_endpoint()
$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');
}
Expand Down

0 comments on commit 3b4d343

Please sign in to comment.