v0.1.0-pre.048
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-app-demo-desktop/src/splash.rs
|
||||
// version: 2
|
||||
// version: 3
|
||||
|
||||
//! Splash-window payloads and startup sequencing helpers.
|
||||
|
||||
@@ -80,8 +80,8 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn splash_timing_is_ordered() {
|
||||
assert!(crate::SPLASH_MINIMUM_MS > 0);
|
||||
assert!(crate::SPLASH_FADE_MS > 0);
|
||||
assert_eq!(crate::SPLASH_MINIMUM_MS, 3100);
|
||||
assert_eq!(crate::SPLASH_FADE_MS, 3000);
|
||||
assert!(crate::SPLASH_CLOSE_WAIT_MS >= u64::from(crate::SPLASH_FADE_MS));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user