Ejemplo n.º 1
0
        public void TestGetGameMilepostInfo()
        {
            var result = _client.GetGameMilepostInfo(new GetGameMilepostInfoRequest()
            {
                GameVersion = GameVersionEnum.MAPAI,
                UserId      = Guid.Parse("a5e65a7a-0cef-4fc3-b364-291182034b24")
            });

            result.ThrowIfException();
            Assert.IsNull(result.Exception);
            Assert.IsNotNull(result.Result);
        }