Theater-Database / src /test /java /com /creighton_theater /theater_database /TheaterDatabaseApplicationTests.java
AI-RESEARCHER-2024's picture
add app files
4ec2f9d verified
raw
history blame contribute delete
252 Bytes
package com.creighton_theater.theater_database;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TheaterDatabaseApplicationTests {
@Test
void contextLoads() {
}
}