Skip to content

Commit 3100e23

Browse files
committed
Fix naming typo
1 parent defa7e7 commit 3100e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_module4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def test_humidity_convert_loop_module4(parse):
161161

162162

163163
@pytest.mark.test_humidity_by_area_method_module4
164-
def test_humidity_by_area_and_method_module4(parse):
164+
def test_humidity_by_area_method_module4(parse):
165165
# def get_data_by_area(self, rec_area=0):
166166
# data = super().get_data_by_area("humidity", rec_area)
167167
# return self._convert_data(recs)

0 commit comments

Comments
 (0)