From bc5d452782fac2f090035622efcd0c69fbd09c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Adasiewicz?= Date: Fri, 16 Dec 2022 15:38:47 +0100 Subject: [PATCH] add line break in comments --- packages/stream_chat/test/src/client/client_test.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/stream_chat/test/src/client/client_test.dart b/packages/stream_chat/test/src/client/client_test.dart index 5389564b..7a605557 100644 --- a/packages/stream_chat/test/src/client/client_test.dart +++ b/packages/stream_chat/test/src/client/client_test.dart @@ -535,7 +535,8 @@ void main() { test( '''should update persistence connectionInfo and lastSync when sync succeeds''', () 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. reset(persistence); const cids = ['test-cid-1', 'test-cid-2', 'test-cid-3']; @@ -572,7 +573,8 @@ void main() { test( 'should work fine if persistence contains sync params', () 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. reset(persistence); const cids = ['test-cid-1', 'test-cid-2', 'test-cid-3'];