Do not crash with dirty init

This commit is contained in:
Julien Cretin
2020-11-30 10:29:18 +01:00
parent 44b35169af
commit f548a35f01
3 changed files with 24 additions and 13 deletions

View File

@@ -1257,7 +1257,7 @@ mod tests {
page_size: self.page_size,
max_word_writes: self.max_word_writes,
max_page_erases: self.max_page_erases,
strict_write: true,
strict_mode: true,
};
StoreDriverOff::new(options, self.num_pages)
}