chatbot / src /test /java /com /ergo /hrbot /HrChatbotBackendApplicationTests.java
vishal
changes done
d99a542
raw
history blame contribute delete
216 Bytes
package com.ergo.hrbot;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class HrChatbotBackendApplicationTests {
@Test
void contextLoads() {
}
}