mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-12 08:11:37 +00:00
15 lines
202 B
Java
15 lines
202 B
Java
package uk.ac.ic.wlgitbridge.application;
|
|
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 02/11/14.
|
|
*/
|
|
public class WLGitBridgeServerTest {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
}
|