Skip to content

Commit

Permalink
Update expected values
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Sep 5, 2023
1 parent ac4b5a3 commit 586bda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/tests/types/block_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ fn compute() {
// TODO: Independently verify this value
assert_eq!(
block_id.to_string(),
"0xf0bd00c717f4a11d3a6381c4c06954b873c7bf1052a0b10465d04ba2de38bd420b00000000000000"
"0x8840fd83fcbc58dfcc6b6e63d3cf8f42694197b77ad7e244c3327af3b6cdd9780b00000000000000"
);
assert_eq!(
block_id.hash().to_string(),
"0xf0bd00c717f4a11d3a6381c4c06954b873c7bf1052a0b10465d04ba2de38bd42"
"0x8840fd83fcbc58dfcc6b6e63d3cf8f42694197b77ad7e244c3327af3b6cdd978"
);
assert_eq!(block_id.slot_index(), slot_index);
}

0 comments on commit 586bda7

Please sign in to comment.