You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fuzz_tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ This allows your code to interact with Movy.
52
52
53
53
## Deploy Your Package
54
54
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.
56
56
57
57
> 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.
0 commit comments