Skip to content

Commit 3b4d343

Browse files
committed
Tests: Updated failing license test
1 parent 213a86e commit 3b4d343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Meta/LicensesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function test_licenses_endpoint()
1212
$resp->assertOk();
1313
$resp->assertSee('Licenses');
1414
$resp->assertSee('PHP Library Licenses');
15-
$resp->assertSee('Dan Brown and the BookStack Project contributors');
15+
$resp->assertSee('Dan Brown and the BookStack project contributors');
1616
$resp->assertSee('doctrine/dbal');
1717
$resp->assertSee('@codemirror/lang-html');
1818
}

0 commit comments

Comments
 (0)