Skip to content

Commit 22d2e2c

Browse files
committed
update make test command
1 parent 68ed53b commit 22d2e2c

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
@@ -24,7 +24,7 @@ install: install-test install-dev
2424
.PHONY: test
2525
test:
2626
PYTHONPATH=. pytest \
27-
tests
27+
_test_unstructured_client
2828

2929
###########
3030
# Jupyter #

0 commit comments

Comments
 (0)