Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsparrow committed Mar 11, 2024
1 parent 02cc1fc commit 5b2ad96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub/tests/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def test_s3(test_bucket):
pipeline = run_pipeline("s3.dhub.yaml")
report = pipeline.sink.get_report()

assert report.total_records_written == 20
assert report.total_records_written == 27
assert len(report.failures) == 0
assert len(report.warnings) == 0

0 comments on commit 5b2ad96

Please sign in to comment.