Beispiel #1
0
            public async Task CanGetListOfCommentsForRepository()
            {
                var list = await _fixture.GetAllForRepository(owner, name);

                Assert.NotEmpty(list);
            }