Karim shoair commited on
Commit
b3032f2
·
1 Parent(s): a1afba2

test: remove irrelevent test

Browse files
Files changed (1) hide show
  1. tests/parser/test_general.py +0 -4
tests/parser/test_general.py CHANGED
@@ -170,10 +170,6 @@ class TestErrorHandling:
170
  with pytest.raises(ValueError):
171
  _ = Selector(adaptive=False)
172
 
173
- # Invalid argument types
174
- with pytest.raises(TypeError):
175
- _ = Selector(root="ayo", adaptive=False)
176
-
177
  with pytest.raises(TypeError):
178
  _ = Selector(content=1, adaptive=False)
179
 
 
170
  with pytest.raises(ValueError):
171
  _ = Selector(adaptive=False)
172
 
 
 
 
 
173
  with pytest.raises(TypeError):
174
  _ = Selector(content=1, adaptive=False)
175