We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3486d44 commit 73addd0Copy full SHA for 73addd0
tests/unit/test_table.py
@@ -3752,7 +3752,7 @@ def test___repr___explicit(self):
3752
time_partitioning = self._make_one(
3753
type_=TimePartitioningType.DAY, field="name", expiration_ms=10000
3754
)
3755
- expected = "TimePartitioning(" "expiration_ms=10000," "field=name," "type_='DAY')"
+ expected = "TimePartitioning(expiration_ms=10000,field=name,type_='DAY')"
3756
self.assertEqual(repr(time_partitioning), expected)
3757
3758
def test_set_expiration_w_none(self):
0 commit comments