Skip to content

Commit 22458ad

Browse files
committed
Add cosmwasm capabilities to --available-capabilities in custom_capabilities_check
1 parent d1bd2b2 commit 22458ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/check/tests/cosmwasm_check_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn custom_capabilities_check() -> Result<(), Box<dyn std::error::Error>> {
8686
let mut cmd = Command::cargo_bin("cosmwasm-check")?;
8787

8888
cmd.arg("--available-capabilities")
89-
.arg("iterator,osmosis,friendship")
89+
.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")
9090
.arg("../vm/testdata/hackatom.wasm");
9191
cmd.assert()
9292
.success()

0 commit comments

Comments
 (0)