Files
overleaf-cep/services/git-bridge/test/uk/ac/ic/test/application/WLGitBridgeServerTests.java
2014-11-02 18:41:18 +00:00

16 lines
196 B
Java

package uk.ac.ic.test.application;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLGitBridgeServerTests {
@Test
public void nothingToTest() {
}
}