Skip to content

Commit f40aa87

Browse files
committed
fix test
Signed-off-by: xxchan <[email protected]>
1 parent fa9d1e3 commit f40aa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/metadata_scan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ mod tests {
195195
#[test]
196196
fn test_snapshots_table() {
197197
let table = TableTestFixture::new().table;
198-
let record_batch = table.metadata_scan().snapshots();
198+
let record_batch = table.metadata_scan().snapshots().unwrap();
199199
check_record_batch(
200200
record_batch,
201201
expect![[r#"

0 commit comments

Comments
 (0)