Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Aug 5, 2024
1 parent a67d635 commit aa1069d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/view/board_editor/board_editor_screen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ Future<BoardEditorController> setupBoardEditor(WidgetTester tester) async {
tester,
home: const BoardEditorScreen(),
overrides: [
boardEditorControllerProvider.overrideWith(() => boardEditorController),
boardEditorControllerProvider(null)
.overrideWith(() => boardEditorController),
],
);
await tester.pumpWidget(app);
Expand Down

0 comments on commit aa1069d

Please sign in to comment.