Skip to content

Commit 5a0549d

Browse files
committed
updat tests
1 parent fc85d01 commit 5a0549d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/storage/db/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ mod tests {
9292
#[test]
9393
fn test_current_version() {
9494
use super::CURRENT_DB_VERSION;
95-
assert_eq!(CURRENT_DB_VERSION.0, 7, "Invalid current database version")
95+
assert_eq!(CURRENT_DB_VERSION.0, 8, "Invalid current database version")
9696
}
9797
}

0 commit comments

Comments
 (0)