Skip to content

Commit

Permalink
can reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 21, 2024
1 parent d253a57 commit 55cae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/tests/test_fw_fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_fuzzy_match_ecu_count(self, brand, car_model, ecus):
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))
Expand Down

0 comments on commit 55cae02

Please sign in to comment.