Fix tests
This commit is contained in:
@@ -11,7 +11,13 @@ fn endofgame_nuke() {
|
||||
|
||||
let expected = endofgame::EndOfGame {
|
||||
map: "de_nuke".to_owned(),
|
||||
teams: [].into_iter().collect(),
|
||||
teams: [(2, endofgame::TeamInfo {
|
||||
end_score: 13,
|
||||
start_side: "CT".into(),
|
||||
}), (3, endofgame::TeamInfo {
|
||||
end_score: 8,
|
||||
start_side: "TERRORIST".into()
|
||||
})].into_iter().collect(),
|
||||
players: vec![
|
||||
(
|
||||
endofgame::PlayerInfo {
|
||||
|
||||
Reference in New Issue
Block a user