We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc85d01 commit 5a0549dCopy full SHA for 5a0549d
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