Skip to content

Commit 45cee45

Browse files
committed
No longer using --enterprise option
1 parent e833767 commit 45cee45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit install # Install git pre-commit hooks
1010
Run unit tests with coverage:
1111

1212
```shell
13-
pytest --enterprise --cluster --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
13+
pytest --cluster --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
1414
```
1515

1616
To start and ArangoDB instance locally, run:

0 commit comments

Comments
 (0)