mirror of https://github.com/Bunsly/JobSpy
test fix
parent
222a9caf85
commit
30d4fc2793
|
@ -10,5 +10,5 @@ def test_all():
|
|||
)
|
||||
|
||||
assert (
|
||||
isinstance(result, pd.DataFrame) and result.empty
|
||||
isinstance(result, pd.DataFrame) and not result.empty
|
||||
), "Result should be a non-empty DataFrame"
|
||||
|
|
Loading…
Reference in New Issue