Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Nov 7, 2024
1 parent 673a29f commit d42ad44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions tests/integration/single_table/test_copulas.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,16 +348,16 @@ def test_numerical_columns_gets_pii():
# Assert
expected_sampled = pd.DataFrame({
'id': [
1089619006166876142,
8373046707753416652,
9070705361670139280,
7227045982112645011,
3461931576753619633,
1005734164466301683,
3312031189447929384,
82456842876428117,
1819741328868365520,
8019169766233150107,
1982005,
15967014,
10406639,
15230483,
14028549,
16499516,
9244156,
13145920,
10106629,
6297216,
],
'city': [
'Danielfort',
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/data_processing/test_data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ def test__create_config(self):
assert id_numeric_int_32_transformer.function_name == 'random_int'
assert id_numeric_int_32_transformer.function_kwargs == {
'min': 0,
'max': 2147483647,
'max': 16777216,
}

id_column_transformer = config['transformers']['id_column']
Expand Down

0 comments on commit d42ad44

Please sign in to comment.