Unneeded tuple

old-commit-hash: ca5185864460c83fd03a8077adf89bf3e9ea729c
This commit is contained in:
Willem Melching
2020-03-06 14:06:54 -08:00
parent 2ab4d10d20
commit 3206cb8ca2
+1 -1
View File
@@ -26,7 +26,7 @@ class TestCarParam(unittest.TestCase):
for has_relay in [True, False]:
car_params = CarInterface.get_params(car_name, fingerprints, has_relay, car_fw)
car_interface, _ = CarInterface(car_params, CarController, CarState), car_params
car_interface = CarInterface(car_params, CarController, CarState)
assert car_params
assert car_interface