mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 17:25:00 +03:00
chore: bump line length to 120 (#20191)
This commit is contained in:
@@ -55,9 +55,7 @@ void main() {
|
||||
expect(find.byType(ConfirmDialog), findsOneWidget);
|
||||
});
|
||||
|
||||
testWidgets(
|
||||
'Ok action in ConfirmDialog should call onDismiss with activityId',
|
||||
(tester) async {
|
||||
testWidgets('Ok action in ConfirmDialog should call onDismiss with activityId', (tester) async {
|
||||
String? receivedActivityId;
|
||||
await tester.pumpConsumerWidget(
|
||||
DismissibleActivity(
|
||||
|
||||
Reference in New Issue
Block a user