Skip to content

Commit

Permalink
Remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 25, 2024
1 parent e4ecfe5 commit daf3417
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/test/features/tasks/error_pages_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,6 @@ void main() {
await tester.ensureErrorPageWithRetryWorks();
});

testWidgets('space list', (tester) async {
final mockedTaskListNotifier = MockAsyncAllTaskListsNotifier();
await tester.pumpProviderWidget(
overrides: [
roomDisplayNameProvider.overrideWith((a, b) => 'test'),
allTasksListsProvider.overrideWith(() => mockedTaskListNotifier),
hasSpaceWithPermissionProvider.overrideWith((_, ref) => false),
],
child: const TasksListPage(
spaceId: '!test',
),
);
await tester.ensureErrorPageWithRetryWorks();
});

testWidgets('space list with search', (tester) async {
final mockedTaskListNotifier = MockAsyncAllTaskListsNotifier();
await tester.pumpProviderWidget(
Expand Down

0 comments on commit daf3417

Please sign in to comment.