Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarpalsinh25 committed Feb 21, 2025
1 parent f97e6d3 commit 179dc7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/test/features/update/update_lists_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ void main() {
when(() => slide4.typeStr()).thenReturn('text');
when(() => slide4.msgContent())
.thenReturn(MockMsgContent(bodyText: 'This is the fourth Updates'));
final entry4 = MockUpdatesEntry(slides_: [slide4], eventId_: 'fourthId');

final updateEntries = [entry1, entry2, entry3];
await tester.pumpProviderWidget(
Expand Down

0 comments on commit 179dc7a

Please sign in to comment.