style: dart format reflow (no behavior change)
This commit is contained in:
parent
cf5d302cc1
commit
e3ec855630
17 changed files with 197 additions and 139 deletions
|
|
@ -40,7 +40,10 @@ void main() {
|
|||
// The two captures are in the tray, not the main list.
|
||||
expect(find.byKey(const Key('inventory.triageBanner')), findsOneWidget);
|
||||
expect(find.text('2 to catalogue'), findsOneWidget);
|
||||
expect(find.text('No seeds yet. Tap + to add your first.'), findsOneWidget);
|
||||
expect(
|
||||
find.text('No seeds yet. Tap + to add your first.'),
|
||||
findsOneWidget,
|
||||
);
|
||||
|
||||
// Open the tray and name the first draft.
|
||||
await tester.tap(find.byKey(const Key('inventory.triageBanner')));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue