fix issues
This commit is contained in:
@@ -59,7 +59,7 @@ describe('LoginUseCase', () => {
|
||||
|
||||
const user = User.create({
|
||||
id: UserId.fromString('user-1'),
|
||||
displayName: 'Test User',
|
||||
displayName: 'John Smith',
|
||||
email: emailVO.value,
|
||||
passwordHash: PasswordHash.fromHash('stored-hash'),
|
||||
});
|
||||
@@ -109,7 +109,7 @@ describe('LoginUseCase', () => {
|
||||
|
||||
const user = User.create({
|
||||
id: UserId.fromString('user-1'),
|
||||
displayName: 'Test User',
|
||||
displayName: 'Jane Smith',
|
||||
email: emailVO.value,
|
||||
passwordHash: PasswordHash.fromHash('stored-hash'),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user