mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
12 lines
No EOL
186 B
Java
12 lines
No EOL
186 B
Java
package uk.ac.ic.wlgitbridge.application;
|
|
|
|
import org.junit.Test;
|
|
|
|
public class SnapshotPushPostbackHandlerTest {
|
|
|
|
@Test
|
|
public void testHandle() throws Exception {
|
|
|
|
}
|
|
|
|
} |