Esempio n. 1
0
        public async void RetrieveMasteriesDataNoneTest()
        {
            MasteryListStatic masteriesData = await creepScore.RetrieveMasteriesData(CreepScore.Region.NA, StaticDataConstants.MasteryListData.None);

            Assert.Equal("mastery", masteriesData.type);
        }