MESSENGER-3861 better url management && use our poll german texts

This commit is contained in:
Frank Rotermund
2022-11-21 13:59:55 +01:00
parent 486b38b529
commit 323724c8be
13 changed files with 50 additions and 17 deletions
@@ -27,7 +27,7 @@ class LiveLocationSharingViewerViewModelTests: XCTestCase {
override func setUpWithError() throws {
service = MockLiveLocationSharingViewerService()
viewModel = LiveLocationSharingViewerViewModel(mapStyleURL: BWIBuildSettings.shared.defaultTileServerMapStyleURL, service: service)
viewModel = LiveLocationSharingViewerViewModel(mapStyleURL: BuildSettings.defaultTileServerMapStyleURL, service: service)
context = viewModel.context
}
}