File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -986,8 +986,8 @@ def test_particle_by_date_method_return_module4(parse):
986986 Passing `recs` as the only argument?""" .format (test_method )
987987
988988
989- @pytest .mark .test_sensor_app_temp_info_by_area_module4
990- def test_sensor_app_temp_info_by_area_module4 (parse ):
989+ @pytest .mark .test_sensor_app_particle_info_by_area_module4
990+ def test_sensor_app_particle_info_by_area_module4 (parse ):
991991 # from particle_count_info import ParticleData # module 4
992992 # ...
993993 # particle_data = ParticleData(data)
@@ -1088,8 +1088,8 @@ def test_sensor_app_temp_info_by_area_module4(parse):
10881088 """
10891089
10901090
1091- @pytest .mark .test_sensor_app_temp_info_by_date_module4
1092- def test_sensor_app_temp_info_by_date_module4 (parse ):
1091+ @pytest .mark .test_sensor_app_particle_info_by_date_module4
1092+ def test_sensor_app_particle_info_by_date_module4 (parse ):
10931093 # ...
10941094 # recs = particle_data.get_data_by_date(test_date)
10951095 # NOTE: print statements are not validated
You can’t perform that action at this time.
0 commit comments