fix: export test
This commit is contained in:
@@ -894,6 +894,15 @@ void main() {
|
|||||||
},
|
},
|
||||||
'createdAt': testMatch.createdAt.toIso8601String(),
|
'createdAt': testMatch.createdAt.toIso8601String(),
|
||||||
'endedAt': null,
|
'endedAt': null,
|
||||||
|
'isTeamMatch': true,
|
||||||
|
'teams': [
|
||||||
|
{
|
||||||
|
'id': testTeam.id,
|
||||||
|
'name': testTeam.name,
|
||||||
|
'memberIds': [testPlayer1.id, testPlayer2.id],
|
||||||
|
'createdAt': testTeam.createdAt.toIso8601String(),
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user