Skip to content

Commit

Permalink
fix: create II subnet when using PocketIC (#3935)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk authored Oct 2, 2024
1 parent 9e9d3c4 commit 4adbf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/actors/pocketic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ async fn initialize_pocketic(
let mut subnet_config_set = ExtendedSubnetConfigSet {
nns: Some(SubnetSpec::default()),
sns: Some(SubnetSpec::default()),
ii: None,
ii: Some(SubnetSpec::default()),
fiduciary: None,
bitcoin: None,
system: vec![],
Expand Down

0 comments on commit 4adbf8f

Please sign in to comment.