Skip to content

Commit bc4833f

Browse files
committed
improv
1 parent 2b01c71 commit bc4833f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fuzz_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This allows your code to interact with Movy.
5252
5353
## Deploy Your Package
5454

55-
The very first step is deploying your packages. Add these lines in `tests/movy.move` with the target package.
55+
The very first step is deploying the target packages. In the `counter` example above, Movy need at least one `Counter` object so that we could test the functions. To create shared objects (and possibly do other setup), add these lines in `tests/movy.move` with the target package.
5656

5757
> Note the Movy modules are organized as unit tests and will only exist in the local emulated environment. It is worth mentioning that Sui rejects any testing modules or testing functions.
5858

0 commit comments

Comments
 (0)