Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Feb 5, 2025
1 parent 24fa5d2 commit ff2f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cw-multi-test/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ provided by the CosmWasm library. [`MockStorage{:rust}`][MockStorage] operates e
meaning that any data written during testing is discarded once the test completes. Since it does not
persist any data beyond the test execution, each test is executed in isolation without retaining any
previous state. To use a default storage in your tests, just create the chain with default settings,
as shown below:
as shown below.

```rust showLineNumbers
// initialize your chain this way:
Expand Down

0 comments on commit ff2f0c7

Please sign in to comment.