mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
13 lines
148 B
Java
13 lines
148 B
Java
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 05/12/14.
|
|
*/
|
|
public class SystemTest {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
}
|