move nfc test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I4c8c7045d0048bef1456d8bfe8b09892914bf651
This commit is contained in:
jeffreyhuang
2017-11-30 15:09:25 -08:00
parent 7ec34c1781
commit dada034269

View File

@@ -36,7 +36,7 @@ import static com.google.common.truth.Truth.assertThat;
import static org.mockito.Mockito.when;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class PaymentSettingsTest {
@Mock
Context mContext;