add line break in comments

This commit is contained in:
Rafał Adasiewicz
2022-12-16 15:38:47 +01:00
parent cc7231d370
commit bc5d452782
@@ -535,7 +535,8 @@ void main() {
test( test(
'''should update persistence connectionInfo and lastSync when sync succeeds''', '''should update persistence connectionInfo and lastSync when sync succeeds''',
() async { () async {
// persistence.updateLastSyncAt might be called when connecting the user. // persistence.updateLastSyncAt might be called
// when connecting the user.
// Resetting the logs so we start counting invocations correctly. // Resetting the logs so we start counting invocations correctly.
reset(persistence); reset(persistence);
const cids = ['test-cid-1', 'test-cid-2', 'test-cid-3']; const cids = ['test-cid-1', 'test-cid-2', 'test-cid-3'];
@@ -572,7 +573,8 @@ void main() {
test( test(
'should work fine if persistence contains sync params', 'should work fine if persistence contains sync params',
() async { () async {
// persistence.updateLastSyncAt might be called when connecting the user. // persistence.updateLastSyncAt might be called
// when connecting the user.
// Resetting the logs so we start counting invocations correctly. // Resetting the logs so we start counting invocations correctly.
reset(persistence); reset(persistence);
const cids = ['test-cid-1', 'test-cid-2', 'test-cid-3']; const cids = ['test-cid-1', 'test-cid-2', 'test-cid-3'];