Skip to content

Commit

Permalink
change expect
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 25, 2023
1 parent b455a37 commit 475a771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-scanner/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fn block_to_compact(block: Arc<Block>, chain_metadata: ChainMetadata) -> Compact
.time
.timestamp()
.try_into()
.expect("should work during 21st century"),
.expect("unsigned 32-bit times should work until 2105"),
header: block
.header
.zcash_serialize_to_vec()
Expand Down

0 comments on commit 475a771

Please sign in to comment.