Skip to content

Commit

Permalink
ApplicationConfigTest annotated with @DirtiesContext
Browse files Browse the repository at this point in the history
  • Loading branch information
igorakkerman committed Apr 17, 2021
1 parent 84a8606 commit 1112011
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package de.igorakkerman.demo.kafka.springboot

import org.junit.jupiter.api.Test
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.test.context.SpringBootTest
import org.springframework.test.annotation.DirtiesContext

@SpringBootTest(classes = [Application::class])
@DirtiesContext
class ApplicationConfigTest {
@Test
fun contextLoads() {
Expand Down

0 comments on commit 1112011

Please sign in to comment.