13 lines
222 B
Java
13 lines
222 B
Java
package com.safeqr.app;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
public class SafeQrAppApplicationTests {
|
|
|
|
@Test
|
|
public void contextLoads() {
|
|
}
|
|
}
|