Improve & fix memory challenge docs. (#3989)

Co-authored-by: Kaan Osmanagaoglu <kaano@questps.com.au>
This commit is contained in:
Kaan
2023-05-08 12:03:58 +10:00
committed by GitHub
parent baa7873ec1
commit d1327fd1c2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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