Skip to content

Commit

Permalink
- Fix typo in annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Nov 26, 2024
1 parent 8670b1e commit 117119f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Profile;
import org.springframework.test.context.ActiveProfiles;

import static org.assertj.core.api.AssertionsForClassTypes.assertThat;

@SpringBootTest
@Profile("test")
@ActiveProfiles("test")
class LevendeArbeidsforholdSchedulerApplicationTests {

@Test
Expand Down

0 comments on commit 117119f

Please sign in to comment.