Skip to content

Commit 47690d5

Browse files
alzotabubasuma
andauthored
Update app/code/Magento/User/Test/Fixture/User.php
Co-authored-by: Buba Soumah <bubasuma@users.noreply.github.com>
1 parent e15f36d commit 47690d5

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
@@ -22,7 +22,7 @@ class User implements RevertibleDataFixtureInterface
2222
private const DEFAULT_DATA = [
2323
'username' => 'adminuser%uniqid%',
2424
'firstname' => 'AdminFirstname%uniqid%',
25-
'lastname' => 'Lastname %uniqid%',
25+
'lastname' => 'AdminLastname%uniqid%',
2626
'email' => 'adminUser%uniqid%@example.com',
2727
'password' => Bootstrap::ADMIN_PASSWORD,
2828
'interface_locale' => 'en_US',

0 commit comments

Comments
 (0)