fix issues
This commit is contained in:
@@ -56,7 +56,7 @@ describe('SignupUseCase', () => {
|
||||
it('creates and saves a new user when email is free', async () => {
|
||||
const input = {
|
||||
email: 'new@example.com',
|
||||
password: 'password123',
|
||||
password: 'Password123',
|
||||
displayName: 'New User',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user