mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
Merge branch 'CB-9906'
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ exports.defineAutoTests = function () {
|
||||
} else if (isIOS) {
|
||||
expect(event.total).toBe(-1);
|
||||
} else {
|
||||
expect(event.total).toBe(0);
|
||||
expect(event.total).toBeLessThan(1);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user