Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pause125 committed Oct 16, 2023
1 parent 36b4735 commit af7859c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/publish_modules/sources/publish.move
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module rooch_examples::publish {
let module_bytes: vector<u8> = x"a11ceb0b060000000b010006020608030e26043406053a32076c7d08e9014006a902220acb02050cd002560da6030200000101010200030c00020400000005000100000600010000070201000008030400010907080108010a09010108010b0a0b0108040605060606010708010002070801060c0106080101030107080001080002070801050107090003070801060c090002060801050106090007636f756e7465720f6163636f756e745f73746f7261676507636f6e7465787407436f756e74657207436f6e7465787408696e63726561736509696e6372656173655f04696e69740576616c756511676c6f62616c5f626f72726f775f6d75740e676c6f62616c5f6d6f76655f746f0d676c6f62616c5f626f72726f77000000000000000000000000000000000000000000000000000000000000004200000000000000000000000000000000000000000000000000000000000000020520000000000000000000000000000000000000000000000000000000000000004200020108030001040001030b0011010201010000050d0b00070038000c010a01100014060100000000000000160b010f0015020200000001060b000b0106000000000000000012003801020301000001060b000700380210001402000000";
let m: MoveModule = move_module::new(module_bytes);
let modules = vector::singleton(m);
let (module_names, _module_names_with_init_fn) = move_module::verify_modules(&modules, addr);
let (module_names, _module_names_with_init_fn) = move_module::sort_and_verify_modules(&modules, addr);
debug::print(&module_names);
context::drop_test_context(ctx);
}
Expand Down

0 comments on commit af7859c

Please sign in to comment.