Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Apr 4, 2024
1 parent a370401 commit d5d89e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-pulumi/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn run_from_subdirectory() -> Result<(), Error> {
.success();

let (mut store, plugin) = create_engine(
dir.join("example/target/wasm32-wasi/debug/composed.wasm")
dir.join("example/target/wasm32-wasi/debug/pulumi/main.wasm")
.to_str()
.unwrap(),
)?;
Expand Down Expand Up @@ -134,7 +134,7 @@ fn run_from_main_directory() -> Result<(), Error> {
.success();

let (mut store, plugin) = create_engine(
dir.join("example/target/wasm32-wasi/debug/composed.wasm")
dir.join("example/target/wasm32-wasi/debug/pulumi/main.wasm")
.to_str()
.unwrap(),
)?;
Expand Down

0 comments on commit d5d89e7

Please sign in to comment.