Skip to content

Commit

Permalink
More todos
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Feb 28, 2024
1 parent f6d0dea commit 5c2e96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/riverpod/test/third_party/fake_async.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ class FakeAsync {
var absoluteTimeout = _elapsed + timeout;
_fireTimersWhile((timer) {
if (timer._nextCall > absoluteTimeout) {
// TODO(nweiz): Make this a [TimeoutException].
throw StateError('Exceeded timeout $timeout while flushing timers');
}

Expand Down

0 comments on commit 5c2e96a

Please sign in to comment.