Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rshkv committed Dec 30, 2024
1 parent bcff129 commit 76c2bf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/iceberg/src/metadata_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,11 @@ mod tests {
#[test]
fn test_metadata_log_entries_table() {
let table = TableTestFixture::new().table;
let record_batch = table.metadata_table().metadata_log_entries().scan().unwrap();
let record_batch = table
.metadata_table()
.metadata_log_entries()
.scan()
.unwrap();

// Check the current metadata location is included
let current_metadata_location = table.metadata_location().unwrap();
Expand Down

0 comments on commit 76c2bf2

Please sign in to comment.