Skip to content

Commit 6ee6f6a

Browse files
committed
use FileFormat enum and Record() in test
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
1 parent 2ee4a7c commit 6ee6f6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/utils/test_manifest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,8 +944,8 @@ def test_inherit_from_manifest_snapshot_id() -> None:
944944
data_file=DataFile.from_args(
945945
content=DataFileContent.DATA,
946946
file_path="s3://bucket/data/file.parquet",
947-
file_format="PARQUET",
948-
partition={},
947+
file_format=FileFormat.PARQUET,
948+
partition=Record(),
949949
record_count=100,
950950
file_size_in_bytes=1024,
951951
),

0 commit comments

Comments
 (0)