Skip to content

Commit

Permalink
✅ Add tentative test functions to trigger CD
Browse files Browse the repository at this point in the history
  • Loading branch information
yjeong-k committed Oct 25, 2023
1 parent f717a70 commit 7f607dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/user/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ def test_post(self):
class TestUserLoginView(TestCase):
def test_post(self):
self.fail()


class TestUserLogoutView(TestCase):
def test_post(self):
self.fail()

0 comments on commit 7f607dc

Please sign in to comment.