Skip to content

Commit

Permalink
Removed unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldar2021 committed Dec 14, 2024
1 parent e92eb0c commit 5951289
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/test/mocks/app_mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ final class MockHomeRepositoryImpl implements HomeRepository {
}
}

// final class MockFirebaseRemoteConfig extends Mock implements FirebaseRemoteConfig {
// @override
// Stream<RemoteConfigUpdate> get onConfigUpdated {
// return const Stream.empty();
// }
// }

class MockMqRemoteConfig implements MqRemoteConfig {
@override
String get buildNumber => '1.3.0';
Expand Down

0 comments on commit 5951289

Please sign in to comment.