Skip to content

Commit 20a2357

Browse files
committed
edit test title
1 parent 22729f4 commit 20a2357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/test/material/scaffold_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ void main() {
20342034
await tester.pumpAndSettle();
20352035
});
20362036

2037-
testWidgets('Floating Button', (WidgetTester tester) async {
2037+
testWidgets('FloatingActionButton always keeps the same position regardless of extendBodyBehindAppBar', (WidgetTester tester) async {
20382038
await tester.pumpWidget(MaterialApp(
20392039
home: Scaffold(
20402040
appBar: AppBar(),

0 commit comments

Comments
 (0)