Fixed test if wifi is disabled

This commit is contained in:
ByteHamster 2019-12-02 10:09:04 +01:00
parent a9987aeaa6
commit a20ef049e1
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class AutoDownloadTest {
EspressoTestUtils.clearPreferences();
EspressoTestUtils.clearDatabase();
UserPreferences.setAllowMobileStreaming(true);
}
@After