From d1bf9a76c85095b3c859ac0a4398691757f1ff6a Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 30 Jun 2026 10:23:43 +0800 Subject: [PATCH] test: fix missing plugin in runtime_controllers_settings_account_test --- test/runtime/runtime_controllers_settings_account_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtime/runtime_controllers_settings_account_test.dart b/test/runtime/runtime_controllers_settings_account_test.dart index 01366591..bc4b0f67 100644 --- a/test/runtime/runtime_controllers_settings_account_test.dart +++ b/test/runtime/runtime_controllers_settings_account_test.dart @@ -10,6 +10,8 @@ import 'package:xworkmate/runtime/runtime_models.dart'; import 'package:xworkmate/runtime/secure_config_store.dart'; void main() { + TestWidgetsFlutterBinding.ensureInitialized(); + mockPlugins(); group('SettingsController account sync', () { test( 'prefers managed bridge token over stale profile token for remote gateway auth',