Skip to content

Commit

Permalink
Fix up tets
Browse files Browse the repository at this point in the history
  • Loading branch information
cgswords committed Nov 22, 2023
1 parent d4e32f5 commit 30b6e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module 0x42::m {
}

//# run
script {
module 0x42::main {
use 0x42::m;
fun main() {
assert!(m::t00() == 10, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module 0x42::m {
}

//# run
script {
module 0x42::main {
use 0x42::m;
fun main() {
assert!(m::t00() == 10, 0);
Expand Down

0 comments on commit 30b6e71

Please sign in to comment.