Skip to content

Commit

Permalink
update testing-util
Browse files Browse the repository at this point in the history
  • Loading branch information
tubackkhoa committed Aug 30, 2024
1 parent 46e721c commit 97e63cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cw-storage-plus = { version = "1.0.1" }
derive_more = "0.99.17"
decimal-core = { path = "./packages/decimal-core" }
decimal = { path = "./packages/decimal" }
cosmwasm-testing-util = { git = "https://github.com/oraichain/cosmwasm-testing-util.git", rev = "e68faf6" }
cosmwasm-testing-util = { git = "https://github.com/oraichain/cosmwasm-testing-util.git", rev = "3f7a3f2" }

[profile.release]
opt-level = 3
Expand Down
3 changes: 1 addition & 2 deletions contracts/oraiswap-v3/src/tests/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ impl MockApp {
}
#[cfg(feature = "test-tube")]
{
static CW_BYTES: &[u8] = include_bytes!("./testdata/oraiswap-v3.wasm");
dex_id = app.upload(CW_BYTES);
dex_id = app.upload(include_bytes!("./testdata/oraiswap-v3.wasm"));
}

(Self { app, dex_id }, accounts)
Expand Down

0 comments on commit 97e63cb

Please sign in to comment.