Skip to content

Commit

Permalink
Merge pull request #2346 from ravibazz/patch-1
Browse files Browse the repository at this point in the history
fix: add missing chars for code block in pocket-ic.md
  • Loading branch information
letmejustputthishere authored Jan 16, 2024
2 parents 1f32918 + 8277620 commit e64f5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/developer-docs/setup/pocket-ic.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ To test one of the application subnets and install a canister, use the code:
let app_sub_2 = pic.topology().get_app_subnets()[1];
let app_can_id = pic.create_canister_on_subnet(..., app_sub_2);
pic.install_canister(app_can_id, ...);
```

To create a canister with a specific `canister_id` on a named subnet, in this example the NNS subnet, use the code:

Expand Down

0 comments on commit e64f5de

Please sign in to comment.