Skip to content

Commit

Permalink
Fix failing analyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Dec 5, 2024
1 parent 0cc19b1 commit 644fcf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions forui/test/src/widgets/scaffold_golden_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ void main() {
});

testWidgets('${theme.name} - have sheets', (tester) async {
FSheetController? controller;

await tester.pumpWidget(
TestScaffold(
theme: theme.data,
Expand All @@ -58,7 +56,7 @@ void main() {
builder: (context) => FButton.icon(
child: FIcon(FAssets.icons.chevronRight),
onPress: () {
controller = showFSheet(
showFSheet(
context: context,
side: Layout.ltr,
draggable: false,
Expand Down

0 comments on commit 644fcf6

Please sign in to comment.