From 2205af032e3b2510c9cb82607d852197218f7916 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Sep 2024 08:53:19 +0000 Subject: [PATCH] chore(automated): Lint commit and format --- test/src/components/chat_item/chat_item_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/components/chat_item/chat_item_test.dart b/test/src/components/chat_item/chat_item_test.dart index 971dec65..a7eb5f19 100644 --- a/test/src/components/chat_item/chat_item_test.dart +++ b/test/src/components/chat_item/chat_item_test.dart @@ -5,7 +5,6 @@ import 'package:intl/intl.dart'; import 'package:mockito/annotations.dart'; import 'package:mockito/mockito.dart'; import 'package:path/path.dart'; -import 'package:zeta_flutter/generated/generated.dart'; import 'package:zeta_flutter/zeta_flutter.dart'; import '../../../test_utils/test_app.dart';