0.3.16-pre.3.fix.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user