Skip to content

Commit 76f2f16

Browse files
As per Megha PR - 58 review comments, Code is modified & below change is implemented.
Added device_ids =FitKitLogged().process_kit_data(smokescreen_properties) and removed line 33 which is similar to the usage in test_compartment_2.
1 parent 7aa1c69 commit 76f2f16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/smokescreen/test_compartment_3.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ def test_compartment_3(page: Page, smokescreen_properties: dict) -> None:
2929

3030
# Find data , separate it into normal and abnormal, Add results to the test records in the KIT_QUEUE table (i.e. mimic receiving results from the middleware)
3131
# and get device IDs and their flags
32-
# Create an instance of the FitKitLogged class
33-
fit_kit_logged = FitKitLogged()
34-
device_ids = fit_kit_logged.process_kit_data(smokescreen_properties)
32+
device_ids =FitKitLogged().process_kit_data(smokescreen_properties)
3533
# Retrieve NHS numbers for each device_id and determine normal/abnormal status
3634
nhs_numbers = []
3735
normal_flags = []

0 commit comments

Comments
 (0)