Skip to content

Commit b380e8f

Browse files
committed
fix
1 parent 2c70c2e commit b380e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/puffin/metadata.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ mod tests {
867867
.await;
868868

869869
assert_eq!(
870-
FileMetadata::read(&input_file, ).await.unwrap_err().to_string(),
870+
FileMetadata::read(&input_file).await.unwrap_err().to_string(),
871871
format!(
872872
"DataInvalid => Given string is not valid JSON, source: invalid value: integer `{}`, expected i32 at line 5 column 51",
873873
out_of_i32_range_number

0 commit comments

Comments
 (0)