Skip to content

Commit db1fca7

Browse files
fix test
1 parent 747b9e2 commit db1fca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/feeder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _inject_messages_into_ecu(self):
6363
message = self.can_messages.pop(0)
6464
self.message_queue.put(message)
6565

66-
def _send_message(self, can_id, data, fd_format=False):
66+
def _send_message(self, can_id, extended_id, data, fd_format=False):
6767
"""Will be used instead of the usual ecu.send_message method.
6868
6969
Checks the message sent and generates the apropriate answer.

0 commit comments

Comments
 (0)