Skip to content

Commit c943340

Browse files
committed
chore: add sui-swarm-config test to contributing.md
1 parent fb3cc6e commit c943340

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/iota-framework/CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ If changes need to be made to the framework's Move code, additional actions need
99
Run the following commands in IOTA's [root directory](../../) and accept the changes, if any (if you do not have `cargo-insta` command installed, please run the `cargo install cargo-insta` command first):
1010

1111
```bash
12-
cargo insta test -p iota-cost --review
13-
cargo insta test -p iota-config --review
12+
cargo insta test -p sui-swarm-config --review
1413
```
1514

1615
Please use your best judgment to decide if the changes between old and new versions of the snapshots look "reasonable" (e.g., a minor change in gas costs). When in doubt, please reach out to a member of IOTA core team.

0 commit comments

Comments
 (0)