Skip to content

feat(types): add MovePackage tests#1109

Open
Thoralf-M wants to merge 2 commits intodevelopfrom
MovePackage-tests
Open

feat(types): add MovePackage tests#1109
Thoralf-M wants to merge 2 commits intodevelopfrom
MovePackage-tests

Conversation

@Thoralf-M
Copy link
Copy Markdown
Member

Add MovePackage tests to make sure future changes don't break anything

Fixes #1108

@Thoralf-M Thoralf-M requested a review from a team as a code owner May 4, 2026 14:25
#[test]
fn digest_matches_pinned_hex() {
const EXPECTED_HEX: &str =
"087322ae613945320a83dce5d45626eb3a112a0d98ed6885788635194f2d566f";
Copy link
Copy Markdown
Member

@thibault-martinez thibault-martinez May 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this generated by the test itself or did you get it somewhere else?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generated by the test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tests for MovePackage::{digest, size}

3 participants