Skip to content

Commit

Permalink
fix: assert updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Oct 20, 2023
1 parent 25f1447 commit 279cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-core/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ mod tests {

assert_eq!(
result.unwrap_err().to_string(),
"Invalid data: Invalid contract name"
"Invalid data: Invalid contract name from ST000000000000000000002AMW42H.hello contract: Format should follow the contract name specification"
);
}
}

0 comments on commit 279cb5a

Please sign in to comment.