Skip to content

Commit

Permalink
Merge branch 'spofford/pocketic' of https://github.com/dfinity/sdk in…
Browse files Browse the repository at this point in the history
…to spofford/pocketic
  • Loading branch information
adamspofford-dfinity committed May 23, 2024
2 parents 93292b7 + c5c9806 commit 3f39e68
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 @@ -324,5 +324,5 @@ async fn initialize_pocketic(port: u16, logger: Logger) -> DfxResult {

#[cfg(not(unix))]
async fn initialize_pocketic(_: u16, _: Logger) -> DfxResult {
bail!("PocketIC client library not supported on this platform")
bail!("PocketIC not supported on this platform")
}

0 comments on commit 3f39e68

Please sign in to comment.