Skip to content

Commit 4c48478

Browse files
committed
Fix typo in test
1 parent 25d85f8 commit 4c48478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_data_check_logging_warnings(self, caplog):
6161
self.df.loc["GE158/4800", "has_power_curve"] = True
6262
self.df.loc["GE100/2750", "has_cp_curve"] = True
6363
check_data_integrity(self.df, min_pc_length=26)
64-
assert "E48/800: power_curve is to short (25 values)" in caplog.text
64+
assert "E48/800: power_curve is too short (25 values)" in caplog.text
6565
assert "GE158/4800: No power curve" in caplog.text
6666
assert "GE100/2750: No cp-curve but has_cp_curve" in caplog.text
6767

0 commit comments

Comments
 (0)