mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 23:35:29 -05:00
17 lines
247 B
Java
17 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 */
|
|
|
|
}
|