Continue compacting until content fits window during compaction
Also increase the virtual window size.
This commit is contained in:
committed by
Julien Cretin
parent
a3965eac2d
commit
67fa8bee0b
@@ -67,13 +67,13 @@ const TITAN: Config = Config {
|
||||
#[test]
|
||||
fn nordic_capacity() {
|
||||
let driver = NORDIC.new_driver().power_on().unwrap();
|
||||
assert_eq!(driver.model().capacity().total, 19123);
|
||||
assert_eq!(driver.model().capacity().total, 19141);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn titan_capacity() {
|
||||
let driver = TITAN.new_driver().power_on().unwrap();
|
||||
assert_eq!(driver.model().capacity().total, 4315);
|
||||
assert_eq!(driver.model().capacity().total, 4323);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user