From a5d4c1aa38f74aca86395ad6ec9c1d4007d71b37 Mon Sep 17 00:00:00 2001 From: thecraftianman <64441307+thecraftianman@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:51:33 -0400 Subject: [PATCH] Fix broken KE shove tests --- lua/tests/acf/damage/damage_sv/acf_keshove.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/tests/acf/damage/damage_sv/acf_keshove.lua b/lua/tests/acf/damage/damage_sv/acf_keshove.lua index 67365ad81..83453ae93 100644 --- a/lua/tests/acf/damage/damage_sv/acf_keshove.lua +++ b/lua/tests/acf/damage/damage_sv/acf_keshove.lua @@ -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 = {