feat: refactor financial wallet UI components and add offline map service support
This commit is contained in:
@@ -14,12 +14,4 @@ import 'package:trip_overlay_plugin/trip_overlay_plugin.dart';
|
||||
|
||||
void main() {
|
||||
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
testWidgets('getPlatformVersion test', (WidgetTester tester) async {
|
||||
final TripOverlayPlugin plugin = TripOverlayPlugin();
|
||||
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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user