Skip to content

Commit 696dfff

Browse files
committed
unit test
1 parent cb9f818 commit 696dfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def test_foreign_type_definition_property_str(self):
345345
self.assertEqual(schema_field.foreign_type_definition, FOREIGN_TYPE_DEFINITION)
346346

347347
def test_timestamp_precision_property(self):
348-
TIMESTAMP_PRECISION = 3
348+
TIMESTAMP_PRECISION = 6
349349
schema_field = self._make_one("test", "TIMESTAMP")
350350
schema_field._properties["timestampPrecision"] = TIMESTAMP_PRECISION
351351
self.assertEqual(schema_field.timestamp_precision, TIMESTAMP_PRECISION)

0 commit comments

Comments
 (0)