Skip to content

Commit 3512a9e

Browse files
committed
chore: fixed unit tests
Change-Id: I4324b4fe3812f8d15b335464ca13ca5fed9ddb5e
1 parent b592af5 commit 3512a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/UserApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public function testCreate()
4747
'last_name' => 'test',
4848
'email' => 'test+1@test.com',
4949
'country_iso_code' => 'US',
50-
'password' => '1qaz2wsx!',
51-
'password_confirmation' => '1qaz2wsx!',
50+
'password' => '1Qaz2wsx!',
51+
'password_confirmation' => '1Qaz2wsx!',
5252
'active' => true,
5353
'email_verified' => true,
5454
];

0 commit comments

Comments
 (0)