mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Added initial system test.
This commit is contained in:
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() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user