mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Fixed DevicesAdapterTest.
This commit is contained in:
parent
f299ca2d1e
commit
994d397558
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class DevicesAdapterTest extends AndroidTestCase {
|
|||
mDevice.name = "the device";
|
||||
mDevice.deviceID = "123-456-789";
|
||||
|
||||
mConnection.connected = true;
|
||||
mConnection.completion = 100;
|
||||
mConnection.inBits = 8388608L;
|
||||
mConnection.outBits = 8589934592L;
|
||||
|
|
Loading…
Reference in a new issue