Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Oct 10, 2024
1 parent 6da41d2 commit 69ac8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/clubs/test_ticketing.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ def test_get_cart_replacement_required_sold_out(self):
to_add = set(map(lambda t: str(t.id), tickets_to_add))
self.assertEqual(len(in_cart & to_add), 0, in_cart | to_add)

def test_get_cart_expired_event(self):
def test_get_cart_elapsed_event(self):
self.client.login(username=self.user1.username, password="test")

# Add a few tickets
Expand Down

0 comments on commit 69ac8d4

Please sign in to comment.