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