Skip to content

Commit

Permalink
[Move CLI] Fixes initial setup (MystenLabs#17262)
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka authored Apr 21, 2024
1 parent 48cf474 commit 1ad8b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-move/src/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module {name}::{name}_tests {{
// pass
}}
#[test, expected_failure(abort_code = {name}::{name}_tests::ENotImplemented)]
#[test, expected_failure(abort_code = ::{name}::{name}_tests::ENotImplemented)]
fun test_{name}_fail() {{
abort ENotImplemented
}}
Expand Down

0 comments on commit 1ad8b4f

Please sign in to comment.