Skip to content

Commit

Permalink
Improve test names
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Jul 19, 2024
1 parent 6e0bb1c commit 9f58cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/test/foundation/sheet_viewport_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void main() {
);

testWidgets(
'content obscured by a sheet should not receive pointer events',
'content obscured by a sheet should never receive pointer events',
(tester) async {
final env = boilerplate(shouldIgnorePointer: true);
await tester.pumpWidget(env.testWidget);
Expand All @@ -190,7 +190,7 @@ void main() {
);

testWidgets(
'content not obscured by a sheet should receive pointer events',
'content not obscured by a sheet should always receive pointer events',
(tester) async {
final env = boilerplate(shouldIgnorePointer: true);
await tester.pumpWidget(env.testWidget);
Expand Down

0 comments on commit 9f58cc2

Please sign in to comment.