Skip to content

Commit bab03ba

Browse files
advikkabraczgdp1807
authored andcommitted
Call test function
1 parent a2e29c7 commit bab03ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integration_tests/test_set_constructor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ def test_empty_set():
1313
b.remove('a')
1414
b.add('b')
1515
assert b.pop() == 3
16+
17+
test_empty_set()

0 commit comments

Comments
 (0)