Move away from deprecated FakeFeatureFactory.setupForTest()
Test: rerun Change-Id: I896ba414315ddb1664c0499264f4992f0554ef98
This commit is contained in:
@@ -68,7 +68,7 @@ public class BluetoothDeviceDetailsFragmentTest {
|
||||
public void setUp() {
|
||||
MockitoAnnotations.initMocks(this);
|
||||
mContext = spy(RuntimeEnvironment.application);
|
||||
FakeFeatureFactory.setupForTest(mContext);
|
||||
FakeFeatureFactory.setupForTest();
|
||||
|
||||
String deviceAddress = "55:66:77:88:99:AA";
|
||||
mFragment = spy(BluetoothDeviceDetailsFragment.newInstance(deviceAddress));
|
||||
|
||||
Reference in New Issue
Block a user