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

14 lines
148 B
Java
Raw Normal View History

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