|
|
|
|
@ -83,8 +83,8 @@ struct SynchronizationTests { |
|
|
|
|
try await eventCollection1.loadDataFromServerIfAllowed(clear: true) |
|
|
|
|
#expect(eventCollection1.count == 1) |
|
|
|
|
|
|
|
|
|
// try await eventCollection2.loadDataFromServerIfAllowed(clear: true) |
|
|
|
|
// #expect(eventCollection2.count == 1) |
|
|
|
|
try await self.secondStoreCenter.testSynchronizeOnceAsync() |
|
|
|
|
#expect(eventCollection2.count == 1) |
|
|
|
|
|
|
|
|
|
try await self.secondStoreCenter.testSynchronizeOnceAsync() |
|
|
|
|
#expect(eventCollection2.count == 1) |
|
|
|
|
|