overleaf/services/git-bridge/test/system/SystemTest.java
2014-12-05 01:40:06 +00:00

13 lines
148 B
Java

import org.junit.Test;
/**
* Created by Winston on 05/12/14.
*/
public class SystemTest {
@Test
public void nothingToTest() {
}
}