Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
LevBernstein committed Aug 17, 2024
1 parent 3f16132 commit feaefc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ compliant (except for tabs), with a column limit of 80.
## Testing

To run Beardless Bot's suite of unit tests, do `bash unitTests.sh`. This will
also generate a coverage badge.To run an individual test--for instance, the
also generate a coverage badge. To run an individual test--for instance, the
Muted role creation test--use the pytest command, like so:
`pytest -v bb_test.py::test_createMutedRole`. To run the suite of code quality
tests, do `pytest -v -k quality`.
Expand Down

0 comments on commit feaefc5

Please sign in to comment.