Skip to content

Commit c68f986

Browse files
committed
Swap bullets and numbers
1 parent 2e5bdc4 commit c68f986

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/docs/developers/guides/rpc_test_snapshot.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ A test snapshot generated in the previous step is in JSON format, for easier ins
3333

3434
### Run the test snapshots in unit tests
3535

36-
1. Manual Method
37-
- Upload the test snapshots (`.zst` format is recommended) to the Digital Ocean space `forest-snapshots/rpc_test`
38-
- Include the file names in `src/tool/subcommands/api_cmd/test_snapshots.txt`
39-
- Run the tests:
40-
```
41-
cargo test --lib -- --test rpc_regression_tests --nocapture
42-
```
43-
44-
2. Using the Script
45-
- (One-time setup) Configure your DigitalOcean credentials:
46-
```
47-
s3cmd --configure
48-
```
49-
- Compress, upload the snapshots, update `test_snapshots.txt` and run the tests:
50-
```
51-
scripts/tests/upload_rcpsnaps.sh /var/tmp/rpc-snapshots
52-
```
36+
- Manual Method
37+
1. Upload the test snapshots (`.zst` format is recommended) to the Digital Ocean space `forest-snapshots/rpc_test`
38+
2. Include the file names in `src/tool/subcommands/api_cmd/test_snapshots.txt`
39+
3. Run the tests:
40+
```
41+
cargo test --lib -- --test rpc_regression_tests --nocapture
42+
```
43+
44+
- Using the Script
45+
1. (One-time setup) Configure your DigitalOcean credentials:
46+
```
47+
s3cmd --configure
48+
```
49+
2. Compress, upload the snapshots, update `test_snapshots.txt` and run the tests:
50+
```
51+
scripts/tests/upload_rcpsnaps.sh /var/tmp/rpc-snapshots
52+
```
5353

0 commit comments

Comments
 (0)