Пример #1
0
        public void Tag_GetCachedTagById_Pass()
        {
            var result = _mondayClient.GetCachedTagById(600593).Result;

            Assert.IsTrue(result != null);

            var resultCached = _mondayClient.GetCachedTagById(600593).Result;

            Assert.IsTrue(resultCached != null);
        }