mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-12 11:14:00 +00:00
12 lines
186 B
Java
12 lines
186 B
Java
|
package uk.ac.ic.wlgitbridge.application;
|
||
|
|
||
|
import org.junit.Test;
|
||
|
|
||
|
public class SnapshotPushPostbackHandlerTest {
|
||
|
|
||
|
@Test
|
||
|
public void testHandle() throws Exception {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|