Drop half-written test

This commit is contained in:
jamesagnew 2020-01-31 05:50:30 -05:00
parent d4295124f1
commit f38370fbf7
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
package ca.uhn.fhir.jpa.util;
import org.junit.Test;
import static org.junit.Assert.*;
public class CircularQueueCaptureQueriesListenerTest {
@Test
public void testStopCollecting() {
CircularQueueCaptureQueriesListener collector = new CircularQueueCaptureQueriesListener();
collector.
}
}