Skip to content

Commit 0706f37

Browse files
committed
chore: add pandas tests to makefile
1 parent 1e12e4a commit 0706f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tests-basic:
1111
poetry run pytest tests/basic
1212
poetry run pytest -s tests/test_api.py
1313
poetry run pytest tests/test_runner_caching.py
14-
poetry run pytest -s tests/test_pandas_accessor.py
14+
poetry run pytest -s tests/test_pandas_accessors.py
1515

1616
lint:
1717
poetry run ruff check docetl/* --fix

0 commit comments

Comments
 (0)