Skip to content

Commit

Permalink
README: Fix typo (#27)
Browse files Browse the repository at this point in the history
Summary:
Fix typo in the command to run unit test: s/unittests/unittest/.

Pull Request resolved: #27

Reviewed By: chantra

Differential Revision: D53873599

fbshipit-source-id: 98aa70678692b6bce05b38bf24f628d01fc0a334
  • Loading branch information
liu-song-6 authored and facebook-github-bot committed Feb 17, 2024
1 parent 9433833 commit 0ec7fa0
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 @@ -37,7 +37,7 @@ python -m venv .venv
poetry install
# Test
poetry run python -m unittests
poetry run python -m unittest
```

## Running
Expand Down

0 comments on commit 0ec7fa0

Please sign in to comment.