Skip to content

Commit

Permalink
Trying to fix tests to pass in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-villencr committed Jan 11, 2025
1 parent 048459b commit 18912b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;

@SpringBootTest
@TestPropertySource(properties = "spring.datasource.url=jdbc:sqlite:omniplanner.db")
@TestPropertySource(locations = "classpath:application-test.properties", properties = "spring.datasource.url=jdbc:sqlite:omniplanner.db")
class OmniplannerApplicationTest {

@Test
Expand Down

0 comments on commit 18912b1

Please sign in to comment.