Skip to content

Commit 5805204

Browse files
Fix the broken generator test
1 parent c03d6c3 commit 5805204

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generator/test/test_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_GetVehicleDataResponse(self):
6262
expected['function_id'] = 'GET_VEHICLE_DATA'
6363
expected['class_name'] = 'GetVehicleDataResponse'
6464
expected['extends_class'] = 'RPCResponse'
65+
expected['history'] = None
6566
expected['imports'] = ['androidx.annotation.NonNull', '',
6667
'com.smartdevicelink.protocol.enums.FunctionID',
6768
'com.smartdevicelink.proxy.RPCResponse',

0 commit comments

Comments
 (0)