Skip to content

refactor(mobile): asset.interface.dart #19351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 21, 2025
Merged

refactor(mobile): asset.interface.dart #19351

merged 4 commits into from
Jun 21, 2025

Conversation

alextran1502
Copy link
Member

No description provided.

@@ -132,7 +132,9 @@ void main() {
when(() => assetRepository.getAllByOwnerIdChecksum(any(), any()))
.thenAnswer((_) async => [initialAssets[3], null, null]);
when(() => assetRepository.updateAll(any())).thenAnswer((_) async => []);
when(() => assetRepository.deleteByIds(any())).thenAnswer((_) async {});
when(() => assetRepository.deleteByIds(any())).thenAnswer((_) async {
return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need the explicit returns here

@alextran1502 alextran1502 enabled auto-merge (squash) June 21, 2025 22:36
@alextran1502 alextran1502 merged commit 366539b into main Jun 21, 2025
47 checks passed
@alextran1502 alextran1502 deleted the asset-interface branch June 21, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants