createTestContact

fun createTestContact(userId: String = "!test001", name: String = "Test Contact", lastMessageTime: Long = 0): FakeContactRepository.Contact(source)

Test helper for creating test contact objects.