Browse Source

remove test

kill_counters
andy 2 years ago
parent
commit
c285d5cadc
  1. 8
      tests/test_unseal_items.rs

8
tests/test_unseal_items.rs

@ -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;
// }
Loading…
Cancel
Save