Skip to content

Commit 0ce2755

Browse files
docs: fix incorrect test file examples in testing guide (hiero-ledger#2270)
Signed-off-by: Zainab Travadi <zainabtravadi421@gmail.com>
1 parent 5345fd5 commit 0ce2755

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sdk_developers/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ hiero-sdk-python/
8484
│ └── account_create_transaction.py
8585
└── tests/
8686
└── unit/
87-
└── test_account_create_transaction.py
87+
└── account_create_transaction_test.py
8888
```
8989
---
9090

@@ -491,7 +491,7 @@ You may look at an already-created unit test file for better clarity:
491491
uv run pytest tests/unit/tokens/token_transfer_test.py -v
492492

493493
# Run integration tests
494-
uv run pytest tests/integration/token_transfer_e2e_test.py -v
494+
uv run pytest tests/integration/transfer_transaction_e2e_test.py -v
495495
```
496496

497497
---

0 commit comments

Comments
 (0)