``` val testObserver = appRemote ...
# announcements
k
Copy code
val testObserver = appRemote
                    .postPhoneNumber(body)
                    .test()
            testObserver.assertValue {
                it.isSuccess shouldBe true //doesn't work
            }