0.3.16-pre.3.fix.1

This commit is contained in:
2026-09-21 11:19:55 +02:00
parent 540b1bc305
commit 9a737ef57f
4 changed files with 17 additions and 54 deletions

View File

@@ -61,10 +61,7 @@ fn pre_003_v003_history_rejects_divergence_and_future_versions() {
applied(4, "future", "future"),
];
let direct_future_result = super::validate_history(&direct_future);
assert_eq!(
direct_future_result.err().map(|value| return value.kind()),
std::option::Option::Some(crate::PostgresBackendErrorKind::SchemaNewer),
);
assert_eq!(direct_future_result.err().map(|value| return value.kind()), std::option::Option::Some(crate::PostgresBackendErrorKind::SchemaNewer),);
return;
}
@@ -84,4 +81,3 @@ fn pre_003_v003_bootstrap_uses_legacy_engine_only_before_v002_and_absorbs_comple
assert!(!super::v003_apply_allowed(true, false));
return;
}