Add tests to relative locktime

New mutants found in weekly mutation testing.

Add tests to kill them.
This commit is contained in:
Jamil Lambert, PhD 2025-05-20 16:05:47 +01:00
parent 24cc059a78
commit fd0a756344
No known key found for this signature in database
GPG Key ID: 54DC29234AB5D2C0
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ mod tests {
NumberOf512Seconds::from_512_second_intervals(100).to_consensus_u32(), NumberOf512Seconds::from_512_second_intervals(100).to_consensus_u32(),
4_194_404u32 4_194_404u32
); // 0x400064 ); // 0x400064
assert_eq!(NumberOf512Seconds::from_512_second_intervals(1).to_seconds(), 512);
} }
#[test] #[test]