Skip to content

Commit

Permalink
Silence :Print in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 24, 2024
1 parent 17e228b commit b902756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .specs/Integration/MLLogic.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require "busted.runner"()
-- Just load everything
local addon = dofile(".specs/AddonLoader.lua").LoadToc("RCLootCouncil.toc")
dofile ".specs/EmulatePlayerLogin.lua"
addon.Print = function() end --noop
function _G.GetNumGroupMembers() return 3 end
function _G.GetRaidRosterInfo(raidIndex)
local info = {
Expand Down

0 comments on commit b902756

Please sign in to comment.