Skip to content

Commit

Permalink
chore(user-registration): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 14, 2024
1 parent 4a433c8 commit bf45272
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/app/src/test/kotlin/mu/muse/HelloEndpointTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ internal class HelloEndpointTest {
@Bean
fun usernameIdGenerator() = InMemoryUsernameIdGenerator()

@Bean
fun passwordEncoder() = BCryptPasswordEncoder()

@Bean
fun users(idGenerator: IdGenerator<UserId>, passwordEncoder: PasswordEncoder): Set<User> {
val testUser = User.create(
Expand Down

0 comments on commit bf45272

Please sign in to comment.