Skip to content

Commit 891af8f

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 d27cef9 commit 891af8f

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
@@ -23,7 +23,7 @@ class User implements RevertibleDataFixtureInterface
2323
'username' => 'adminuser%uniqid%',
2424
'firstname' => 'AdminFirstname%uniqid%',
2525
'lastname' => 'AdminLastname%uniqid%',
26-
'email' => 'adminUser%uniqid%@example.com',
26+
'email' => 'adminuser%uniqid%@example.com',
2727
'password' => Bootstrap::ADMIN_PASSWORD,
2828
'interface_locale' => 'en_US',
2929
'is_active' => 1

0 commit comments

Comments
 (0)