Item auth_params
This commit is contained in:
@@ -373,10 +373,6 @@ describe("syncing", () => {
|
||||
let authManager = Factory.globalAuthManager();
|
||||
let syncManager = new SFSyncManager(modelManager, Factory.globalStorageManager(), Factory.globalHttpManager());
|
||||
|
||||
syncManager.setEventHandler(() => {
|
||||
|
||||
})
|
||||
|
||||
syncManager.setKeyRequestHandler(async () => {
|
||||
return {
|
||||
keys: await authManager.keys(),
|
||||
@@ -392,7 +388,7 @@ describe("syncing", () => {
|
||||
})
|
||||
}
|
||||
|
||||
it.only('syncing a note many times does not cause duplication', async () => {
|
||||
it('syncing a note many times does not cause duplication', async () => {
|
||||
modelManager.resetLocalMemory();
|
||||
let pair = createRelatedNoteTagPair();
|
||||
let noteParams = pair[0];
|
||||
@@ -421,8 +417,6 @@ describe("syncing", () => {
|
||||
|
||||
let syncManager = new SFSyncManager(modelManager, Factory.globalStorageManager(), Factory.globalHttpManager());
|
||||
|
||||
syncManager.setEventHandler(() => {})
|
||||
|
||||
// be offline
|
||||
syncManager.setKeyRequestHandler(async () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user