Skip to content

Commit

Permalink
(test) verbose test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-valerio authored Oct 29, 2024
1 parent 454fdb9 commit 25b06b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/contract/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,11 @@ mod test {
.collect();

// Dummy selectors
assert_eq!(extracted, "9bae9d5e fa80c2f6 4c406b48 27d8f137 ");
assert_eq!(
extracted, "9bae9d5e fa80c2f6 4c406b48 27d8f137 ",
"If this panics, check that the contracts were compiled with the phink features!\n\
Go to samples/* and run `cargo contract build --features phink`"
);
}
#[test]
fn fetch_correct_selectors() {
Expand Down

0 comments on commit 25b06b6

Please sign in to comment.