v0.1.0-pre.059
This commit is contained in:
@@ -171,8 +171,8 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn splash_timing_is_ordered() {
|
||||
assert_eq!(crate::SPLASH_MINIMUM_MS, 3100);
|
||||
assert_eq!(crate::SPLASH_FADE_MS, 3000);
|
||||
assert_eq!(crate::SPLASH_MINIMUM_MS, 12100);
|
||||
assert_eq!(crate::SPLASH_FADE_MS, 12000);
|
||||
assert!(crate::SPLASH_CLOSE_WAIT_MS >= u64::from(crate::SPLASH_FADE_MS));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user