Skip to content

Commit

Permalink
update apk test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Nov 8, 2024
1 parent 015ac8d commit 73cb5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ void main() async {
'app.android-arm.symbols',
'app.android-arm64.symbols',
'app.android-x64.symbols',
'libapp.so',
'libflutter.so'
]));
expect(debugSymbols, anyElement(matches(RegExp('^(lib)?app.so\$'))));
break;
case 'ios':
case 'ipa':
Expand Down

0 comments on commit 73cb5df

Please sign in to comment.