Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jan 24, 2025
1 parent cec3a22 commit 0092ecf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.springframework.cache.Cache;
import org.springframework.cache.CacheManager;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.test.context.TestPropertySource;

import static org.assertj.core.api.Assertions.assertThat;
Expand All @@ -22,7 +23,7 @@
"jwt.accessTokenExpirationTime=3600",
"jwt.refreshTokenExpirationTime=604800"
})
//@ComponentScan(basePackages = "com.cakey.jwt.auth")
@ComponentScan(basePackages = "com.cakey.jwt.auth")
class JwtGeneratorTest {

@Autowired
Expand Down

0 comments on commit 0092ecf

Please sign in to comment.