diff --git a/integration_tests/test_set_constructor.py b/integration_tests/test_set_constructor.py index f62edad127..497819dbb7 100644 --- a/integration_tests/test_set_constructor.py +++ b/integration_tests/test_set_constructor.py @@ -13,3 +13,5 @@ def test_empty_set(): b.remove('a') b.add('b') assert b.pop() == 3 + +test_empty_set()