rename test
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
andy 2021-08-04 02:58:17 +00:00
parent 89ddec480e
commit 2dc34f9f28

View File

@ -629,7 +629,7 @@ async fn test_units_disappear_from_shop_when_bought() {
}
#[async_std::test]
async fn test_selling_untekked_weapon() {
async fn test_player_sells_untekked_weapon() {
let mut entity_gateway = InMemoryGateway::default();
let (user1, char1) = new_user_character(&mut entity_gateway, "a1", "a").await;