mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
fix typo
This commit is contained in:
@@ -94,7 +94,7 @@ public abstract class UserManagerTestBase
|
||||
* @throws IOException
|
||||
* @throws UserException
|
||||
*/
|
||||
@Test(expected = UserAllreadyExistException.class)
|
||||
@Test(expected = UserAlreadyExistsException.class)
|
||||
public void testCreateExisting() throws UserException, IOException
|
||||
{
|
||||
User zaphod = UserTestData.createZaphod();
|
||||
|
||||
Reference in New Issue
Block a user