Skip to content

Commit

Permalink
Merge branch 'fix-1941' of https://github.com/rrousselGit/riverpod in…
Browse files Browse the repository at this point in the history
…to fix-1941
  • Loading branch information
rrousselGit committed Nov 26, 2023
2 parents 36bd42c + 4176ea6 commit 65f339a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/flutter_riverpod/test/consumer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import 'utils.dart';

void main() {
testWidgets('Riverpod test', (tester) async {
// Regression test for https://github.com/rrousselGit/riverpod/pull/3156

final streamProvider = StreamProvider.autoDispose((ref) async* {});
final provider1 = Provider.autoDispose((ref) {
ref.keepAlive();
Expand Down

0 comments on commit 65f339a

Please sign in to comment.