We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9f818 commit 696dfffCopy full SHA for 696dfff
tests/unit/test_schema.py
@@ -345,7 +345,7 @@ def test_foreign_type_definition_property_str(self):
345
self.assertEqual(schema_field.foreign_type_definition, FOREIGN_TYPE_DEFINITION)
346
347
def test_timestamp_precision_property(self):
348
- TIMESTAMP_PRECISION = 3
+ TIMESTAMP_PRECISION = 6
349
schema_field = self._make_one("test", "TIMESTAMP")
350
schema_field._properties["timestampPrecision"] = TIMESTAMP_PRECISION
351
self.assertEqual(schema_field.timestamp_precision, TIMESTAMP_PRECISION)
0 commit comments