Exemple #1
0
        public void CanFindPostsById()
        {
            var post = Repository.Find(1);

            Assert.IsNotNull(post);
        }