Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Sep 6, 2023
1 parent d17e58b commit 3ea7638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_hyper_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2896,7 +2896,8 @@ class DummyMultiColumnTransformer(BaseMultiColumnTransformer):
# Run
ht.update_sdtypes(column_name_to_sdtype={
'column2': 'boolean',
'column1': 'boolean'
'column1': 'boolean',
'column4': 'categorical'
})

# Assert
Expand Down

0 comments on commit 3ea7638

Please sign in to comment.