Skip to content

Commit 8a6c62b

Browse files
committed
[tests] Update README after filename change
1 parent c345148 commit 8a6c62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The ZMQ functional test requires a python ZMQ library. To install it:
3333
Individual tests can be run by directly calling the test script, eg:
3434

3535
```
36-
test/functional/replace-by-fee.py
36+
test/functional/feature_rbf.py
3737
```
3838

3939
or can be run through the test_runner harness, eg:
4040

4141
```
42-
test/functional/test_runner.py replace-by-fee.py
42+
test/functional/test_runner.py feature_rbf.py
4343
```
4444

4545
You can run any combination (incl. duplicates) of tests by calling:

0 commit comments

Comments
 (0)