Skip to content

Commit

Permalink
Call test function
Browse files Browse the repository at this point in the history
  • Loading branch information
advikkabra authored and czgdp1807 committed Jul 21, 2024
1 parent a2e29c7 commit bab03ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/test_set_constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ def test_empty_set():
b.remove('a')
b.add('b')
assert b.pop() == 3

test_empty_set()

0 comments on commit bab03ba

Please sign in to comment.