Skip to content

Commit

Permalink
refactor: eof
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake committed Jun 23, 2024
1 parent 65219a9 commit 1a03839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import org.springframework.context.annotation.Configuration

@Configuration
@EnableEncryptableProperties
class JasyptConfig
class JasyptConfig
2 changes: 1 addition & 1 deletion pic-common/src/test/kotlin/com/mashup/pic/SharedContext.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import org.springframework.test.context.TestConstructor

@TestConstructor(autowireMode = TestConstructor.AutowireMode.ALL)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
abstract class SharedContext
abstract class SharedContext
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ class JasyptConfigTest(
assertThat(stringEncryptor.decrypt(encrypted), `is`(plainText))
}
}
}
}

0 comments on commit 1a03839

Please sign in to comment.