Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Sep 19, 2024
1 parent 85d4694 commit 650d7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,12 +430,12 @@ mod tests {
use crate::schema::StructType;

#[test]
fn test_snapshot_filtering() {
fn test_replay_protocol_metadata_filtering_predicate() {
let path = std::fs::canonicalize(PathBuf::from("./tests/data/app-txn-checkpoint")).unwrap();
let url = url::Url::from_directory_path(path).unwrap();

let engine = SyncEngine::new();
let snapshot = Snapshot::try_new(url, &engine, Some(1)).unwrap();
let snapshot = Snapshot::try_new(url, &engine, None).unwrap();

let expected_protocol = Protocol {
min_reader_version: 1,
Expand Down

0 comments on commit 650d7e0

Please sign in to comment.