remove test

This commit is contained in:
andy 2022-05-29 23:09:56 +00:00
parent adf062c269
commit c285d5cadc

View File

@ -230,11 +230,3 @@ async fn test_non_equipped_kill_counter_does_not_increase() {
assert!(w.item.as_client_bytes()[11] == 1);
assert!(u.item.as_client_bytes()[11] == 0);
}
// #[async_std::test]
// async fn test_kill_counter_increase_only_for_final_hit() { // don't share kills among players
// let mut entity_gateway = InMemoryGateway::default();
// let (_user1, _char1) = new_user_character(&mut entity_gateway, "a1", "a").await;
// }