Spaces:
Sleeping
Sleeping
Theater-Database
/
src
/test
/java
/com
/creighton_theater
/theater_database
/TheaterDatabaseApplicationTests.java
| package com.creighton_theater.theater_database; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| class TheaterDatabaseApplicationTests { | |
| void contextLoads() { | |
| } | |
| } | |