Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Jan 26, 2024
1 parent a7bf579 commit 3eb9224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mock/src/mock/notes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ pub fn mock_notes(
push.{created_note_0_tag}
push.{created_note_0_asset}
# MAST root of the `create_note` mock account procedure
call.0xbda092a816f2d979ecf67e0f39215c9f08b56823f41e3ad568db11dea63304e3
call.0xacb46cadec8d1721934827ed161b851f282f1f4b88b72391a67fed668b1a00ba

This comment has been minimized.

Copy link
@hackaugusto

hackaugusto Mar 4, 2024

Contributor

was this merged without a PR? I don't see one linked to the commit here on GH.

How were these MAST retrieved?

drop dropw dropw
# create note 1
push.{created_note_1_recipient}
push.{created_note_1_tag}
push.{created_note_1_asset}
# MAST root of the `create_note` mock account procedure
call.0xbda092a816f2d979ecf67e0f39215c9f08b56823f41e3ad568db11dea63304e3
call.0xacb46cadec8d1721934827ed161b851f282f1f4b88b72391a67fed668b1a00ba
drop dropw dropw
end
",
Expand All @@ -122,7 +122,7 @@ pub fn mock_notes(
push.{created_note_2_tag}
push.{created_note_2_asset}
# MAST root of the `create_note` mock account procedure
call.0xbda092a816f2d979ecf67e0f39215c9f08b56823f41e3ad568db11dea63304e3
call.0xacb46cadec8d1721934827ed161b851f282f1f4b88b72391a67fed668b1a00ba
drop dropw dropw
end
",
Expand Down

0 comments on commit 3eb9224

Please sign in to comment.