Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit dcd899d

Browse files
authored
Fix ambiguous sentence
1 parent d5b7f12 commit dcd899d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ e) Create new wallets only if absolutely necessary.
110110
neo-test2-w.wallet (pwd = 1234567890)
111111
neo-test3-w.wallet (pwd = 1234567890)
112112
113-
(If you want to add new tests (BC) then use the ``-bc.wallet`` wallets. Otherwise use ``-w.wallet`` wallets for new tests (W))
113+
(If you want to add new tests which depend directly on ``BlockchainFixtureTestCase`` then use any one of the ``-bc.wallet`` type of wallets. And if you want add new tests which depend directly on ``WalletFixtureTestCase`` then use any one of the ``-w.wallet`` type of wallets.)
114114

115115
7) If you need to create a new smart contract consider to re-use the existing one in:
116116

@@ -150,4 +150,4 @@ Our test fixtures are reset and extracted 20+ times in our build system so any s
150150
neo.Utils.BlockchainFixtureTestCase.py
151151
neo.api.REST.test_rest_api.py
152152
153-
12) Create a new PR with the link to the new image and the newly created fixtures.
153+
12) Create a new PR with the link to the new image and the newly created fixtures.

0 commit comments

Comments
 (0)