no message

This commit is contained in:
cpdl
2025-02-07 09:40:03 +08:00
parent a8f3ce3307
commit 23503592f9
10 changed files with 568 additions and 6 deletions

View File

@@ -16,10 +16,7 @@ void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
testWidgets('getPlatformVersion test', (WidgetTester tester) async {
final FlutterCocosView plugin = FlutterCocosView();
final String? version = await plugin.getPlatformVersion();
// The version string depends on the host platform running the test, so
// just assert that some non-empty string is returned.
expect(version?.isNotEmpty, true);
});
}