Skip to content

Commit a64a50f

Browse files
committed
fix tests
1 parent 14bd370 commit a64a50f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/weight/weight_form_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ void main() {
5252
expect(find.text('79'), findsOneWidget);
5353

5454
await tester.tap(find.byKey(const Key('quickMinusSmall')));
55-
expect(find.text('78.75'), findsOneWidget);
55+
expect(find.text('78.9'), findsOneWidget);
5656

5757
await tester.tap(find.byKey(const Key('quickPlus')));
58-
expect(find.text('79.75'), findsOneWidget);
58+
expect(find.text('79.9'), findsOneWidget);
5959

6060
await tester.tap(find.byKey(const Key('quickPlusSmall')));
6161
expect(find.text('80.0'), findsOneWidget);

0 commit comments

Comments
 (0)