Skip to content

Commit

Permalink
fix: Fixing testing glitches.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed May 10, 2024
1 parent e9770d5 commit 079f2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/katana_scoped/test/scoped_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ final scopedQuery = ChangeNotifierScopedQuery((ref) => ValueNotifier(0));

void main() {
test("ScopedQuery", () async {
WidgetsFlutterBinding.ensureInitialized();
final container = ScopedValueContainer();
final logger = RuntimeLoggerAdapter(database: LoggerDatabase());
final appRef = AppRef(
Expand Down

0 comments on commit 079f2bb

Please sign in to comment.