Skip to content

Commit

Permalink
Improve & fix memory challenge docs. (Significant-Gravitas#3989)
Browse files Browse the repository at this point in the history
Co-authored-by: Kaan Osmanagaoglu <[email protected]>
  • Loading branch information
sdfgsdfgd and Kaan Osmanagaoglu authored May 8, 2023
1 parent baa7873 commit d1327fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/challenges/memory/challenge_b.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Command to try**:
```
pytest test/test_memory/test_memory_challenge_b.py::test_memory_challenge_b --level=3
pytest -s tests/integration/challenges/memory/test_memory_challenge_b.py --level=3
``
## Description
Expand Down
2 changes: 1 addition & 1 deletion docs/challenges/memory/challenge_c.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Command to try**:
```
pytest test/test_memory/test_memory_challenge_c.py::test_memory_challenge_c --level=2
pytest -s tests/integration/challenges/memory/test_memory_challenge_c.py --level=2
``
## Description
Expand Down

0 comments on commit d1327fd

Please sign in to comment.