This commit is contained in:
ntr 2019-12-12 16:45:37 +10:00
parent 206d207452
commit 806920f5e5

View File

@ -1160,8 +1160,8 @@ mod tests {
// should auto progress back to skill phase // should auto progress back to skill phase
assert!(game.phase == Phase::Skill); assert!(game.phase == Phase::Skill);
// assert!(game.player_by_id(y_player.id).constructs[0].is_stunned()); assert!(game.player_by_id(y_player.id).unwrap().constructs[0].affected(Effect::Stun));
// assert!(game.player_by_id(y_player.id).skills_required() == 0); assert!(game.player_by_id(y_player.id).unwrap().skills_required() == 0);
} }
#[test] #[test]