aoe test fix monkaS

This commit is contained in:
Mashy 2019-07-07 16:26:44 +10:00
parent f24b5afd5c
commit 51a1b734f3

View File

@ -1259,7 +1259,7 @@ mod tests {
assert!(*duration == 1); assert!(*duration == 1);
true true
}, },
Event::Skill { skill: _ } => false, Event::AoeSkill { skill: _ } => false,
_ => panic!("ruin result not effect {:?}", event), _ => panic!("ruin result not effect {:?}", event),
} }
false => false, false => false,