mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
filetransfer.spec.6 was failing in 4.x branch of iOS because -1 was returned.
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ exports.defineAutoTests = function () {
|
||||
if (isIE) {
|
||||
expect(event.total).toBe(Math.pow(2, 64));
|
||||
} else {
|
||||
expect(event.total).toBe(0);
|
||||
expect(event.total).toBeLessThan(1);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user