Skip to content

Commit

Permalink
Update workout test
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Jul 28, 2023
1 parent 37f8940 commit eb67691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workout_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void main() {

for (var i = 1; i < 8; i++) {
final exercise = find.ancestor(
of: find.text('Exercise #$i'),
of: find.text('Exercise #1'),
matching: find.byType(TextFormField),
);

Expand Down

0 comments on commit eb67691

Please sign in to comment.