overleaf/services/git-bridge/test/system/SystemTest.java

14 lines
148 B
Java
Raw Normal View History

2014-12-05 01:40:06 +00:00
import org.junit.Test;
/**
* Created by Winston on 05/12/14.
*/
public class SystemTest {
@Test
public void nothingToTest() {
}
}