katien
val testObserver = appRemote .postPhoneNumber(body) .test() testObserver.assertValue { it.isSuccess shouldBe true //doesn't work }