Skip to content

Commit

Permalink
Bug Fix Integration Test 2οΈβƒ£βœοΈπŸ“— :octocat: πŸ³β¬†
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Apr 15, 2024
1 parent 8a91817 commit 28cc3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
import org.testcontainers.junit.jupiter.Testcontainers;

import java.time.LocalDate;
Expand All @@ -15,6 +16,7 @@

@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)
@Testcontainers
@ActiveProfiles("test-containers")
class SekolahApplicationTests {
@Autowired
private GuruRepository guruRepository;
Expand Down
File renamed without changes.

0 comments on commit 28cc3de

Please sign in to comment.