Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Jul 23, 2024
1 parent 437580e commit 79eb4b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/testcase_gen/bin/method_call_gen_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@ testWidgets('{{TEST_CASE_NAME}}', (WidgetTester tester) async {
''',
methodInvokeObjectName: 'musicContentCenter',
outputDir: outputDir,
skipMemberFunctions: [],
skipMemberFunctions: [
'destroyMusicPlayer',
],
outputFileSuffixName: 'fake_test',
),
];
Expand Down

0 comments on commit 79eb4b3

Please sign in to comment.