Add finalist attribute to objects
This commit is contained in:
@@ -44,7 +44,8 @@ def test_extractCompetitionFromRow():
|
||||
'group': 'Kin',
|
||||
'place': '2',
|
||||
'placeTo': '2',
|
||||
'id': 2
|
||||
'id': 2,
|
||||
'finalist': None
|
||||
}
|
||||
assert person.__dict__ == expected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user