Skip to content

Commit 51e1586

Browse files
committed
fix sonarcloud issue: rename unit test
1 parent 721cf67 commit 51e1586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/business/entities/rules/test_time_aggregation_rule_analyze_periods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_analyze_groups_function_not_only_1_and_0():
125125
assert exception_raised.args[0] == expected_message
126126

127127

128-
def test_analyze_groups_function_only_1_and_0_and_NaN():
128+
def test_analyze_groups_function_only_1_and_0_and_nan():
129129
"""Test whether it gives an error if the data array contains
130130
other values than 0 and 1"""
131131
logger = Mock(ILogger)

0 commit comments

Comments
 (0)