Skip to content

Commit a7cee8e

Browse files
Add RunWith ThrottledForwardingExecutorTest (#754)
1 parent d824db8 commit a7cee8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/util/ThrottledForwardingExecutorTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
import java.util.concurrent.Semaphore;
2424
import java.util.concurrent.atomic.AtomicInteger;
2525
import org.junit.Test;
26+
import org.robolectric.annotation.Config;
2627

28+
@org.junit.runner.RunWith(org.robolectric.RobolectricTestRunner.class)
29+
@Config(manifest = Config.NONE)
2730
public class ThrottledForwardingExecutorTest {
2831
@Test
2932
public void limitsNumberOfForwardedTasks() throws InterruptedException {

0 commit comments

Comments
 (0)