Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Nov 5, 2023
1 parent 6a9ebad commit 2ff02c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/weight/weight_screen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ void main() {
await tester.pumpWidget(createWeightScreen());

// One in the entries list, one in the chart
expect(find.text('1/1/2021'), findsNWidgets(2));
expect(find.text('1/10/2021'), findsNWidgets(2));
expect(find.text('1/1/2021'), findsOneWidget);
expect(find.text('1/10/2021'), findsOneWidget);
});

testWidgets('Tests the localization of dates - DE', (WidgetTester tester) async {
Expand Down

0 comments on commit 2ff02c0

Please sign in to comment.