Skip to content

Commit

Permalink
[refactor] 극비 삭제 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jul 15, 2024
1 parent ad5b908 commit 478f435
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class AuthRepositoryIntegrationTest {
@BeforeEach
void tearDown() {
authRedisRepository.deleteAll();
System.out.println("shibal");
authRedisRepository.findAll().forEach(System.out::println);
}

Expand Down

0 comments on commit 478f435

Please sign in to comment.