mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix LocationSharingViewModelTests
This commit is contained in:
@@ -51,6 +51,8 @@ class LocationSharingViewModelTests: XCTestCase {
|
||||
XCTFail()
|
||||
case .cancel:
|
||||
expectation.fulfill()
|
||||
case .shareLiveLocation(timeout: let timeout):
|
||||
XCTFail()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,6 +86,8 @@ class LocationSharingViewModelTests: XCTestCase {
|
||||
expectation.fulfill()
|
||||
case .cancel:
|
||||
XCTFail()
|
||||
case .shareLiveLocation(timeout: let timeout):
|
||||
XCTFail()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user