mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
15 lines
190 B
Java
15 lines
190 B
Java
package uk.ac.ic.wlgitbridge.git;
|
|
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 02/11/14.
|
|
*/
|
|
public class WLGitServletTests {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
}
|