Update tests on old SDK versions
Summary: Preparing for next Robolectric version which drops support for SDK 16-18. `MemoryToolsFlipperPluginTest` relies on JSON serialization order which changes when running on the latest SDK (33). `InspectorFlipperPluginTest` has multiple issues when running on the latest SDK, so just bump it to 19. Reviewed By: jiawei-lyu Differential Revision: D50558702 fbshipit-source-id: 9724d8e699b703a9e0af12559c41e7053d820150
This commit is contained in:
committed by
Facebook GitHub Bot
parent
92ca5edaea
commit
cd4640326c
@@ -42,7 +42,7 @@ import org.robolectric.annotation.LooperMode;
|
||||
|
||||
@LooperMode(LEGACY)
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Config(sdk = 16)
|
||||
@Config(sdk = 19)
|
||||
public class InspectorFlipperPluginTest {
|
||||
|
||||
private MockApplicationDescriptor mApplicationDescriptor;
|
||||
|
||||
Reference in New Issue
Block a user