Fix oss build
Summary: A new test uses a non-public dependency causing the travis CI to fail. Use the standard roboelectric one instead. Reviewed By: passy Differential Revision: D13801098 fbshipit-source-id: 9fcda26fceaed22d18bd743f10bf39eaae0da7a6
This commit is contained in:
committed by
Facebook Github Bot
parent
383cabe212
commit
18b27f24ad
@@ -8,11 +8,11 @@ package com.facebook.flipper.android;
|
|||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
import com.facebook.testing.robolectric.v3.WithTestDefaultsRunner;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
import org.robolectric.RobolectricTestRunner;
|
||||||
|
|
||||||
@RunWith(WithTestDefaultsRunner.class)
|
@RunWith(RobolectricTestRunner.class)
|
||||||
public class FlipperPropsTest {
|
public class FlipperPropsTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user