Skip to content

Commit

Permalink
refactor: 코드 스멜 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Songusika committed Oct 13, 2023
1 parent dd109c2 commit 099cbe5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/test/java/com/techcourse/dao/UserDaoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ void findByAccount() {
final var user = userDao.findByAccount(account);

assertThat(user.getAccount()).isEqualTo(account);
System.out.println(user.getId());
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.support.TransactionTemplate;


class TxUserServiceTest {

private JdbcTemplate jdbcTemplate;
Expand Down

0 comments on commit 099cbe5

Please sign in to comment.