Skip to content

Commit

Permalink
Fix broken KE shove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Aug 6, 2024
1 parent 3d6a8b2 commit a5d4c1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/tests/acf/damage/damage_sv/acf_keshove.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ return {
}
end,
GetChildren = function() return {} end,
GetAncestor = function() return State.Ent end, -- For simplicity's sake, we'll pretend the ent's ancestor is itself
}

-- For simplicity's sake, we'll pretend the ent's ancestor is itself
stub( ACF.Contraption, "GetAncestor" ).returns( State.Ent )
end,

cases = {
Expand Down

0 comments on commit a5d4c1a

Please sign in to comment.