Skip to content

Commit

Permalink
Fix audius compose test readme (#4414)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo committed Dec 1, 2022
1 parent 4436056 commit 3ec9e8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions discovery-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Run tests

```bash
# Run all tests
audius-compose test discovery-provider
audius-compose test run discovery-provider

# Run unit tests
audius-compose test discovery-provider src
audius-compose test run discovery-provider src

# Run integration tests
audius-compose test discovery-provider integration_tests
audius-compose test run discovery-provider integration_tests

# A single test
audius-compose test discovery-provider src/api/v1/api_unit_test.py
audius-compose test run discovery-provider src/api/v1/api_unit_test.py
```

0 comments on commit 3ec9e8e

Please sign in to comment.