mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
#1098 - Various changes following code review.
This commit is contained in:
@@ -77,6 +77,9 @@ class UserSuggestionServiceTests: XCTestCase {
|
||||
|
||||
service?.processTextMessage("@@")
|
||||
assert(service?.items.value.count == 0)
|
||||
|
||||
service?.processTextMessage("alice@matrix.org")
|
||||
assert(service?.items.value.count == 0)
|
||||
}
|
||||
|
||||
func testStuff() {
|
||||
|
||||
Reference in New Issue
Block a user