Example #1
0
        public void GetIdListTest()
        {
            var result = _userTagService.GetIdList(OpenId);

            Assert.NotEqual(result.Count, 0);
        }