File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class StreamingSyncImplementation {
30
30
31
31
// An internal controller which is used to trigger CRUD uploads internally
32
32
// e.g. when reconnecting.
33
- // This is only a broadcast stream since the `crudLoop` method is public
33
+ // This is only a broadcast controller since the `crudLoop` method is public
34
34
// and could potentially be called multiple times externally.
35
35
final StreamController <Null > _internalCrudTriggerController =
36
36
StreamController <Null >.broadcast ();
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ void main() {
59
59
expect (db.connected, isTrue);
60
60
});
61
61
62
- test ('should trigger uploads when connection is established' , () async {
62
+ test ('should trigger uploads when connection is re- established' , () async {
63
63
int uploadCounter = 0 ;
64
64
Completer uploadTriggeredCompleter = Completer ();
65
65
You can’t perform that action at this time.
0 commit comments