File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ describe("TetsItemMods", function()
558558 build .skillsTab :PasteSocketGroup (" Arc 20/0 Default 1\n Herald of Thunder 20/0 Default 1\n " )
559559 runCallback (" OnFrame" )
560560
561- assert .are .equals (0.5 , build .calcsTab .mainOutput .LightningEffMult )
561+ assert .are .equals (0.5 , build .calcsTab .calcsOutput .LightningEffMult )
562562
563563 build .configTab .input .customMods = [[
564564 Nearby Enemies have Cold Exposure while you are affected by Herald of Ice
@@ -568,6 +568,6 @@ describe("TetsItemMods", function()
568568 build .configTab :BuildModList ()
569569 runCallback (" OnFrame" )
570570
571- assert .are .equals (0.6 , build .calcsTab .mainOutput .LightningEffMult )
571+ assert .are .equals (0.6 , build .calcsTab .calcsOutput .LightningEffMult )
572572 end )
573573end )
You can’t perform that action at this time.
0 commit comments