12 lines
210 B
Java
12 lines
210 B
Java
package de.anxietyprime.swajodel;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
import java.util.Vector;
|
|
|
|
@SpringBootTest
|
|
class SwaJodelApplicationTests {
|
|
|
|
}
|