Skip to content

Commit

Permalink
Try to fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Sep 6, 2024
1 parent 8f45f8f commit 2c9f393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/tests/acf/core/validation_sv/acf_activate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ return {

beforeEach = function( State )
local PhysObj = { IsValid = function() return true end }
local EntTable = {}

State.Ent = {
ACF = {},
GetPhysicsObject = function() return PhysObj end
GetPhysicsObject = function() return PhysObj end,
GetTable = function() return EntTable end,
}
end,

Expand Down

0 comments on commit 2c9f393

Please sign in to comment.