Skip to content

Commit 3c818d6

Browse files
committed
fix test
1 parent 168767d commit 3c818d6

File tree

1 file changed

+4
-1
lines changed
  • catalogs/iceberg-file-catalog/src

1 file changed

+4
-1
lines changed

catalogs/iceberg-file-catalog/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,10 @@ pub mod tests {
896896
.await
897897
.unwrap();
898898

899-
assert_eq!(std::str::from_utf8(&version_hint).unwrap(), "1");
899+
assert_eq!(
900+
std::str::from_utf8(&version_hint).unwrap(),
901+
"s3://warehouse/tpch/lineitem/metadata/v1.metadata.json"
902+
);
900903

901904
let files = object_store.list(None).collect::<Vec<_>>().await;
902905

0 commit comments

Comments
 (0)