Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 20, 2024
1 parent 5445757 commit 88af7a9
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 @@ -396,6 +396,6 @@ fn initialize_pocketic(
_: &Option<BitcoinIntegrationConfig>,
_: &ReplicaConfig,
_: Logger,
) -> DfxResult<usize> {
) -> DfxResult<pocket_ic::nonblocking::PocketIc> {
bail!("PocketIC not supported on this platform")
}

0 comments on commit 88af7a9

Please sign in to comment.