Skip to content

Commit

Permalink
Fix method name in GetAccountActionTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyang143 committed Feb 8, 2025
1 parent eb81668 commit 8a00cea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void setUp() {
}

@Test
void testExecute_success() {
void testExecute_validParams_success() {
Account account = new Account(googleId, "name", "email");
when(mockLogic.getAccountForGoogleId(googleId)).thenReturn(account);
String[] params = {
Expand Down

0 comments on commit 8a00cea

Please sign in to comment.