mirror of
https://github.com/inventree/inventree-app.git
synced 2025-08-08 21:40:53 +00:00
More linting work
This commit is contained in:
analysis_options.yaml
lib
api.dartapi_form.dartapp_colors.dartapp_settings.dartbarcode.dart
pubspec.yamlgenerated
inventree
l10.dartmain.dartpreferences.dartsettings
user_profile.dartwidget
category_display.dartcompany_detail.dartcompany_list.dartdialogs.dartdrawer.dartfields.darthome.dartlocation_display.dartpaginator.dartpart_attachments_widget.dartpart_detail.dartpart_image_widget.dartpart_notes.dartpart_suppliers.dartprogress.dartpurchase_order_detail.dartpurchase_order_list.dartrefreshable_state.dartsearch.dartsnacks.dartspinner.dartstarred_parts.dartstock_detail.dartstock_item_test_results.dartstock_notes.dartsubmit_feedback.dart
test
@@ -5,9 +5,9 @@
|
||||
// gestures. You can also use WidgetTester to find child widgets in the widget
|
||||
// tree, read text, and verify that the values of widget properties are correct.
|
||||
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import "package:flutter_test/flutter_test.dart";
|
||||
|
||||
void main() {
|
||||
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
|
||||
testWidgets("Counter increments smoke test", (WidgetTester tester) async {
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user