can reduce

This commit is contained in:
Shane Smiskol 2024-08-21 00:54:22 -07:00
parent d253a576e3
commit 55cae021bc
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class TestFwFingerprint:
fw = []
for ecu in valid_ecus:
ecu_name, addr, sub_addr = ecu
for _ in range(5):
for _ in range(3):
# Add multiple FW versions to simulate ECU returning to multiple queries in a brand
fw.append(CarFw(ecu=ecu_name, fwVersion=random.choice(ecus[ecu]), brand=brand,
address=addr, subAddress=0 if sub_addr is None else sub_addr))