We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a6920 commit 8ef5aebCopy full SHA for 8ef5aeb
packages/injective-test-tube/src/module/auction.rs
@@ -103,7 +103,7 @@ mod tests {
103
104
assert!(closing_time > 0, "closing_time should be positive");
105
assert!(
106
- closing_time > block_time_sec as u64,
+ closing_time > block_time_sec,
107
"closing_time ({}) should be bigger than block_time_sec ({})",
108
closing_time,
109
block_time_sec
0 commit comments