mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
18 lines
247 B
Java
18 lines
247 B
Java
package uk.ac.ic.wlgitbridge.bridge;
|
|
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 05/11/14.
|
|
*/
|
|
public class WLBridgedProjectTests {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
/* repo doesn't exist in DB: don't create */
|
|
|
|
}
|