mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-12 08:01:40 +00: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 {
|
|
|
|
}
|
|
|
|
} |