Skip to content

Commit 5452fe2

Browse files
committed
Corrected tests for login and signup use case
1 parent 62c5c6f commit 5452fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/loginAndSignUpUseCase/userRegisterInteractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public UserRegisterResponseModel prepareFailView(String error) {
6363

6464
// 2) Input data — Normally created by the Controller.
6565
UserRegisterRequestModel inputData = new UserRegisterRequestModel(
66-
"John", "Apple123", "Apple123", "");
66+
"Steve", "Apple123", "Apple123", "");
6767

6868
// 3) Run the use case
6969
interactor.create(inputData);

0 commit comments

Comments
 (0)