We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17d6e6 commit 95c1580Copy full SHA for 95c1580
crates/storage/db/src/version.rs
@@ -92,6 +92,6 @@ mod tests {
92
#[test]
93
fn test_current_version() {
94
use super::CURRENT_DB_VERSION;
95
- assert_eq!(CURRENT_DB_VERSION.0, 7, "Invalid current database version")
+ assert_eq!(CURRENT_DB_VERSION.0, 8, "Invalid current database version")
96
}
97
0 commit comments