Skip to content

Commit

Permalink
fix: codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Dec 19, 2023
1 parent 9c06c07 commit adb0587
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/frb_internal/lib/src/makefile_dart/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ class MimicQuickstartTester {
static const _kMimicQuickstartPackageName = 'my_app';

Future<void> _quickstartStepCreate() async {
await exec(
'flutter_rust_bridge_codegen create $_kMimicQuickstartPackageName',
relativePwd: 'frb_example');
await executeFrbCodegen('create $_kMimicQuickstartPackageName',
relativePwd: 'frb_example', coverage: false);
}

Future<void> _quickstartStepRun() async {
Expand Down

0 comments on commit adb0587

Please sign in to comment.