diff --git a/src/pages/cw-multi-test/getting-started/writing-tests/writing-tests-cosmwasm.mdx b/src/pages/cw-multi-test/getting-started/writing-tests/writing-tests-cosmwasm.mdx index 1a61cb9c..3b292a91 100644 --- a/src/pages/cw-multi-test/getting-started/writing-tests/writing-tests-cosmwasm.mdx +++ b/src/pages/cw-multi-test/getting-started/writing-tests/writing-tests-cosmwasm.mdx @@ -636,7 +636,7 @@ test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtere ## Test cases put all together -Below is the final content of the `test_counter.rs` file, containing all previously presented test +Below is the final version of the `test_counter.rs` file, containing all previously presented test cases for **counter** smart contract written in CosmWasm. ```rust copy showLineNumbers filename="test_counter.rs"