Skip to content

Commit 432976e

Browse files
test: add non-zero timezone offset test case per CodeRabbit review
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 1f52c10 commit 432976e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

unit_tests/sources/file_based/test_file_based_stream_reader.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,13 @@ def documentation_url(cls) -> AnyUrl:
429429
set(),
430430
id="start_date_with_utc_offset",
431431
),
432+
pytest.param(
433+
["**/*.csv"],
434+
{"start_date": "2023-06-05T08:54:07+05:00", "streams": []},
435+
{"a.csv", "a/b.csv", "a/c.csv", "a/b/c.csv", "a/c/c.csv", "a/b/c/d.csv"},
436+
set(),
437+
id="start_date_with_non_zero_offset",
438+
),
432439
pytest.param(
433440
["**/*.csv"],
434441
{"start_date": "2023-06-01", "streams": []},

0 commit comments

Comments
 (0)