Skip to content

Commit c7f1bae

Browse files
authored
Update .github/CONTRIBUTING.md
1 parent 729cb99 commit c7f1bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ python -m pytest pytorch_lightning tests pl_examples -v
208208
You can also run a single test as follows:
209209

210210
```bash
211-
python -m pytest -v ./tests/trainer/test_trainer_cli.py::test_default_args
211+
python -m pytest -v tests/trainer/test_trainer_cli.py::test_default_args
212212
```
213213

214214
### Pull Request

0 commit comments

Comments
 (0)