Skip to content

Commit

Permalink
fix: duplicate key in test dict (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy authored and vascoalramos committed Oct 21, 2022
1 parent 3df8fed commit 6cfb7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_pandas/test_correlations.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_summary():
"float_1": {"type": "Numeric", "n_distinct": 10},
"float_2": {"type": "Numeric", "n_distinct": 10},
"integer_1": {"type": "Numeric", "n_distinct": 10},
"integer_1": {"type": "Numeric", "n_distinct": 10},
"integer_2": {"type": "Numeric", "n_distinct": 10},
"string_1": {"type": "Categorical", "n_distinct": 10},
"string_2": {"type": "Categorical", "n_distinct": 10},
}
Expand Down

0 comments on commit 6cfb7c8

Please sign in to comment.