Skip to content

Commit

Permalink
chore: unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Nov 1, 2023
1 parent 5d87595 commit 8d4cdc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RivePlugin.register(with: registry.registrar(forPlugin: "RivePlugin"))
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
Expand Down
1 change: 1 addition & 0 deletions packages/smooth_app/test/tests_utils/mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,5 @@ Future<void> mockMatomo() async {
await AnalyticsHelper.initMatomo(false);
MatomoTracker.instance.setOptOut(optOut: true);
MatomoTracker.instance.dequeueTimer.cancel();
MatomoTracker.instance.pingTimer?.cancel();
}

0 comments on commit 8d4cdc0

Please sign in to comment.