Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Sep 3, 2024
1 parent 80f0b7b commit 33ba7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/check/tests/cosmwasm_check_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn custom_capabilities_check() -> Result<(), Box<dyn std::error::Error>> {
}

#[test]
fn wasm_limits_base64_check() -> Result<(), Box<dyn std::error::Error>> {
fn wasm_limits_string_check() -> Result<(), Box<dyn std::error::Error>> {
let mut cmd = Command::cargo_bin("cosmwasm-check")?;

let mut limits = WasmLimits::default();
Expand Down

0 comments on commit 33ba7c9

Please sign in to comment.