Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Sep 14, 2023
1 parent 3115301 commit 5cd2be7
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 @@ -2980,7 +2980,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 5cd2be7

Please sign in to comment.