We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f68927 commit cb90e38Copy full SHA for cb90e38
crates/chat-cli/src/database/mod.rs
@@ -515,7 +515,7 @@ mod tests {
515
516
// assert migration count is correct
517
let max_migration = max_migration_version(&&*db.pool.get().unwrap());
518
- assert_eq!(max_migration, Some(MIGRATIONS.len() as i64));
+ assert_eq!(max_migration, Some(MIGRATIONS.len() as i64 - 1));
519
}
520
521
#[test]
crates/fig_settings/src/sqlite/mod.rs
@@ -343,7 +343,7 @@ mod tests {
343
344
345
346
347
348
349
0 commit comments