SpringGeminiChat / src /test /java /com /example /p1 /P1ApplicationTests.java
github-actions[bot]
Space deploy: orphan commit with Docker config + LFS pointers
5a44b8b
raw
history blame
211 Bytes
package com.example.p1;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class P1ApplicationTests {
@Test
void contextLoads() {
}
}