Skip to content

Commit

Permalink
Workaround formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Feb 3, 2022
1 parent 4d32238 commit dd0a99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/s3path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ function s3path_tests(config)
paths = [
S3Path("s3://$(bucket_name)/a"),
S3Path("s3://$(bucket_name)/b?versionId=$ver"),
# format trick: using this comment to force use of multiple lines
]
tbl = Arrow.Table(Arrow.tobuffer((; paths=paths)))
@test all(tbl.paths .== paths)
Expand Down

0 comments on commit dd0a99e

Please sign in to comment.