Skip to content

Commit 2f224d1

Browse files
committed
wip
1 parent f1efa1d commit 2f224d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
|
4444
*/
4545

46-
function asUser(string $login, string $password): Webpage
46+
function asUser(string $login, string $password)
4747
{
4848
return visit('http://localhost:8100/wp-admin')
4949
->fill('user_login', $login)

0 commit comments

Comments
 (0)