mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 13:01:42 +00:00
Added initial system test.
This commit is contained in:
parent
dff1222052
commit
88ac3bab25
1 changed files with 13 additions and 0 deletions
13
services/git-bridge/test/system/SystemTest.java
Normal file
13
services/git-bridge/test/system/SystemTest.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Created by Winston on 05/12/14.
|
||||
*/
|
||||
public class SystemTest {
|
||||
|
||||
@Test
|
||||
public void nothingToTest() {
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue