Skip to content

Commit

Permalink
Fixing tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Oct 26, 2024
1 parent bd7fa67 commit 5711b2c
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 @@ -13,7 +13,9 @@ return {
GetTable = function() return State.Ent end,
}

stub( ACF.Contraption, "SetMass" )
stub( ACF.Contraption, "SetMass" ).with( function( e, mass )
e.ACF.Mass = mass
end )
end,

cases = {
Expand Down

0 comments on commit 5711b2c

Please sign in to comment.