We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bd2b2 commit 22458adCopy full SHA for 22458ad
packages/check/tests/cosmwasm_check_tests.rs
@@ -86,7 +86,7 @@ fn custom_capabilities_check() -> Result<(), Box<dyn std::error::Error>> {
86
let mut cmd = Command::cargo_bin("cosmwasm-check")?;
87
88
cmd.arg("--available-capabilities")
89
- .arg("iterator,osmosis,friendship")
+ .arg("iterator,osmosis,friendship,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2")
90
.arg("../vm/testdata/hackatom.wasm");
91
cmd.assert()
92
.success()
0 commit comments