Skip to content

Commit 95c1580

Browse files
committed
update test
1 parent a17d6e6 commit 95c1580

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)