Skip to content

Commit ecee8b0

Browse files
committed
typo
1 parent 371b0f4 commit ecee8b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/transforms/managed_iceberg_it_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _create_row(self, num: int):
5151
bool_=(num % 2 == 0),
5252
float_=(num + float(num) / 100),
5353
arr_=[num, num, num],
54-
date_=datetime.date.today() - datetime.timedelta(days=num)))
54+
date_=datetime.date.today() - datetime.timedelta(days=num))
5555

5656
def test_write_read_pipeline(self):
5757
iceberg_config = {

0 commit comments

Comments
 (0)