Skip to content

Commit

Permalink
🔥Remove : 게시물 상세 test code의 print문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Chestnut90 committed Oct 31, 2023
1 parent 2b1e601 commit fc9ad1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/posts/tests/views/test_posts_detail_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,5 @@ def test_increment_view_count(self):
post.refresh_from_db()
updated_view_count = post.view_count

print("initial_view_count", initial_view_count)

self.assertEqual(updated_view_count, initial_view_count + 1)
self.assertEqual(response.status_code, status.HTTP_200_OK)

0 comments on commit fc9ad1d

Please sign in to comment.