Skip to content

Commit ecc46d5

Browse files
committed
fix unit tests
1 parent d62217f commit ecc46d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_adapter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ def expected_column(self, real_vals):
429429
"column": "col1",
430430
"column_index": 0,
431431
"dtype": None,
432+
"mask": None,
432433
"numeric_scale": None,
433434
"numeric_precision": None,
434435
"char_size": None,
@@ -652,6 +653,7 @@ def test_parse_relation_with_statistics(self):
652653
"column_index": 0,
653654
"comment": "comment",
654655
"dtype": "decimal(22,0)",
656+
"mask": None,
655657
"stats:bytes:description": "",
656658
"stats:bytes:include": True,
657659
"stats:bytes:label": "bytes",

0 commit comments

Comments
 (0)