overleaf/services/git-bridge/test/unit/uk/ac/ic/wlgitbridge/MainTest.java

16 lines
177 B
Java
Raw Normal View History

package uk.ac.ic.wlgitbridge;
2014-11-02 12:26:55 -05:00
import org.junit.Test;
2014-11-02 12:26:55 -05:00
/**
* Created by Winston on 02/11/14.
*/
2014-12-04 16:08:53 -05:00
public class MainTest {
@Test
public void nothingToTest() {
}
2014-11-02 12:26:55 -05:00
}