File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ def test_snapshot_by_timestamp(table_v2: Table) -> None:
211211 parent_snapshot_id = None ,
212212 sequence_number = 0 ,
213213 timestamp_ms = 1515100955770 ,
214- manifest_list = ' s3://a/b/1.avro' ,
214+ manifest_list = " s3://a/b/1.avro" ,
215215 summary = Summary (Operation .APPEND ),
216216 schema_id = None ,
217217 )
@@ -225,7 +225,7 @@ def test_ancestors_of(table_v2: Table) -> None:
225225 parent_snapshot_id = 3051729675574597004 ,
226226 sequence_number = 1 ,
227227 timestamp_ms = 1555100955770 ,
228- manifest_list = ' s3://a/b/2.avro' ,
228+ manifest_list = " s3://a/b/2.avro" ,
229229 summary = Summary (Operation .APPEND ),
230230 schema_id = 1 ,
231231 ),
@@ -234,7 +234,7 @@ def test_ancestors_of(table_v2: Table) -> None:
234234 parent_snapshot_id = None ,
235235 sequence_number = 0 ,
236236 timestamp_ms = 1515100955770 ,
237- manifest_list = ' s3://a/b/1.avro' ,
237+ manifest_list = " s3://a/b/1.avro" ,
238238 summary = Summary (Operation .APPEND ),
239239 schema_id = None ,
240240 ),
You can’t perform that action at this time.
0 commit comments