mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 03:54:33 -05:00
15 lines
177 B
Java
15 lines
177 B
Java
package uk.ac.ic.wlgitbridge;
|
|
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 02/11/14.
|
|
*/
|
|
public class MainTest {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
}
|