Skip to content

Commit f64710f

Browse files
committed
Prepare Forui for review
1 parent eb83ffa commit f64710f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

forui/test/src/widgets/alert_golden_test.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ void main() {
2121
});
2222

2323
for (final theme in TestScaffold.themes) {
24-
for (final (name, variant) in [
25-
('primary', null),
26-
('destructive', FAlertVariant.destructive),
27-
]) {
24+
for (final (name, variant) in [('primary', null), ('destructive', FAlertVariant.destructive)]) {
2825
testWidgets('${theme.name} with default icon', (tester) async {
2926
await tester.pumpWidget(
3027
TestScaffold(

0 commit comments

Comments
 (0)