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:
John Knox
2019-01-24 05:17:17 -08:00
committed by Facebook Github Bot
parent 383cabe212
commit 18b27f24ad

View File

@@ -8,11 +8,11 @@ package com.facebook.flipper.android;
import static org.junit.Assert.assertEquals;
import com.facebook.testing.robolectric.v3.WithTestDefaultsRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@RunWith(WithTestDefaultsRunner.class)
@RunWith(RobolectricTestRunner.class)
public class FlipperPropsTest {
@Test