I am trying to write a method where the data object (Realm) refreshes its properties using Alamofire. But I can’t figure out how to unit test it.
import Alamofire
import RealmSwift
import Swi
I am trying to write a method where the data object (Realm) refreshes its properties using Alamofire. But I can’t figure out how to unit test it.
import Alamofire
import RealmSwift
import Swi