Fix tests

This commit is contained in:
Sam 2023-12-29 11:50:18 -05:00
parent f65d449aa3
commit 8ee054a462
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
use super::*; use super::*;
use crate::audio::sfx::SfxEvent; use crate::audio::sfx::SfxEvent;
use common::{ use common::{
combat::DamageKind,
comp::{ comp::{
controller::InputKind, inventory::loadout_builder::LoadoutBuilder, item::tool::ToolKind, controller::InputKind, inventory::loadout_builder::LoadoutBuilder, item::tool::ToolKind,
melee, CharacterAbilityType, CharacterState, Item, melee, CharacterAbilityType, CharacterState, Item,

View File

@ -202,7 +202,6 @@ fn maps_roll() {
was_wielded: true, was_wielded: true,
prev_aimed_dir: None, prev_aimed_dir: None,
is_sneaking: false, is_sneaking: false,
was_combo: None,
}), }),
&PhysicsState { &PhysicsState {
on_ground: Some(Block::empty()), on_ground: Some(Block::empty()),