feat: refactor financial wallet UI components and add offline map service support
This commit is contained in:
@@ -19,11 +19,5 @@ void main() {
|
||||
expect(initialPlatform, isInstanceOf<MethodChannelTripOverlayPlugin>());
|
||||
});
|
||||
|
||||
test('getPlatformVersion', () async {
|
||||
TripOverlayPlugin tripOverlayPlugin = TripOverlayPlugin();
|
||||
MockTripOverlayPluginPlatform fakePlatform = MockTripOverlayPluginPlatform();
|
||||
TripOverlayPluginPlatform.instance = fakePlatform;
|
||||
|
||||
expect(await tripOverlayPlugin.getPlatformVersion(), '42');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user