From c285d5cadc31f575c1d2cd1b4bcba5437ee36ca6 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 29 May 2022 23:09:56 +0000 Subject: [PATCH] remove test --- tests/test_unseal_items.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/test_unseal_items.rs b/tests/test_unseal_items.rs index a895eac..c789707 100644 --- a/tests/test_unseal_items.rs +++ b/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; - -// }