diff --git a/tests/parser/test_general.py b/tests/parser/test_general.py index 808b65d..26f6e6c 100644 --- a/tests/parser/test_general.py +++ b/tests/parser/test_general.py @@ -170,10 +170,6 @@ class TestErrorHandling: with pytest.raises(ValueError): _ = Selector(adaptive=False) - # Invalid argument types - with pytest.raises(TypeError): - _ = Selector(root="ayo", adaptive=False) - with pytest.raises(TypeError): _ = Selector(content=1, adaptive=False)