Skip to content

Commit

Permalink
fix: dummy canisters
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jan 20, 2024
1 parent 9a14c4f commit 0da3bde
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ target/
**/.DS_Store

# dfx temp files
!.dfx/local/canisters/xrc/xrc.wasm
!.dfx/local/canisters/test
.dfx/

integration-tests/pocket-ic
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl Canister {
Canister::Deferred => Path::new("deferred/deferred.wasm"),
Canister::Fly => Path::new("fly/fly.wasm"),
Canister::Marketplace => Path::new("marketplace/marketplace.wasm"),
Canister::Xrc => Path::new("xrc/xrc.wasm"),
Canister::Xrc => Path::new("test/xrc.wasm"),
}
}
}

0 comments on commit 0da3bde

Please sign in to comment.