Skip to content

Commit

Permalink
Change repeats -> repeat.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronba committed Sep 8, 2022
1 parent bdb2050 commit 4515278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/convenient_test_dev/lib/src/functions/core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ typedef TWidgetTesterCallback = Future<void> Function(ConvenientTest t);
/// Wrapper around [testWidgets].
///
/// If the app's main widget contains a widget that never settles (for example:
/// has animations that repeats infinitely), set [settle] to false.
/// has animations that repeat infinitely), set [settle] to false.
@isTest
void tTestWidgets(
// ... forward the arguments ...
Expand Down

0 comments on commit 4515278

Please sign in to comment.