Example #1
0
        public void AllegroGetTaskCountNotThrow()
        {
            AllegroFetchUrls afu = new AllegroFetchUrls();

            Assert.DoesNotThrow(() => afu.GetTaskCount(6406, 1));
        }