mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-20 02:18:26 +00:00
rename test variable to reflect parameter meaning
This commit is contained in:
parent
f1695f33db
commit
30ad678dfa
@ -247,7 +247,7 @@ module.exports = {
|
|||||||
sync: {
|
sync: {
|
||||||
user,
|
user,
|
||||||
url: `realm://localhost:9080/~/${realmName}`,
|
url: `realm://localhost:9080/~/${realmName}`,
|
||||||
_onDownloadProgress: (transferred, remaining) => {
|
_onDownloadProgress: (transferred, total) => {
|
||||||
progressNotificationCalled = true
|
progressNotificationCalled = true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -279,7 +279,7 @@ module.exports = {
|
|||||||
let progressNotificationCalled = false;
|
let progressNotificationCalled = false;
|
||||||
let config = {
|
let config = {
|
||||||
sync: { user, url: `realm://localhost:9080/~/${realmName}`,
|
sync: { user, url: `realm://localhost:9080/~/${realmName}`,
|
||||||
_onDownloadProgress: (transferred, remaining) => {
|
_onDownloadProgress: (transferred, total) => {
|
||||||
progressNotificationCalled = true
|
progressNotificationCalled = true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user