Skip to content

Commit e15f36d

Browse files
alzotabubasuma
andauthored
Update app/code/Magento/User/Test/Fixture/User.php
Co-authored-by: Buba Soumah <[email protected]>
1 parent 54e42a6 commit e15f36d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/User/Test/Fixture

1 file changed

+1
-1
lines changed

app/code/Magento/User/Test/Fixture/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class User implements RevertibleDataFixtureInterface
2121
{
2222
private const DEFAULT_DATA = [
2323
'username' => 'adminuser%uniqid%',
24-
'firstname' => 'Firstname %uniqid%',
24+
'firstname' => 'AdminFirstname%uniqid%',
2525
'lastname' => 'Lastname %uniqid%',
2626
'email' => 'adminUser%uniqid%@example.com',
2727
'password' => Bootstrap::ADMIN_PASSWORD,

0 commit comments

Comments
 (0)