Skip to content

Commit 50ecbc9

Browse files
committed
FIX: tests
1 parent 44ffda4 commit 50ecbc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/System/TestTriggers_spec.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ describe("TestTriggers", function()
13611361
end)
13621362

13631363
it("Triggerbots CWCHandler", function()
1364-
build.skillsTab:PasteSocketGroup("Cyclone 1/0 Default 1\nCast while Channelling 20/20 Default 1\nFireball 1/0 Default 1\n")
1364+
build.skillsTab:PasteSocketGroup("Arc 20/0 Default 1\nCast while Channelling 20/0 Default 1\nBlight 20/0 Default 1\n")
13651365
runCallback("OnFrame")
13661366
local baseRate = build.calcsTab.mainOutput.SkillTriggerRate
13671367
assert.True(build.calcsTab.mainOutput.SkillTriggerRate ~= nil)
@@ -1371,7 +1371,7 @@ describe("TestTriggers", function()
13711371
]]
13721372
build.configTab:BuildModList()
13731373
runCallback("OnFrame")
1374-
assert.are.equals(math.floor(build.calcsTab.mainOutput.SkillTriggerRate * 100), math.floor(baseRate * 100))
1374+
assert.are.not_equals(math.floor(build.calcsTab.mainOutput.SkillTriggerRate * 100), math.floor(baseRate * 100))
13751375
end)
13761376

13771377
it("Triggerbots defaultHandler", function()
@@ -1407,6 +1407,6 @@ describe("TestTriggers", function()
14071407
]]
14081408
build.configTab:BuildModList()
14091409
runCallback("OnFrame")
1410-
assert.are.equals(math.floor(build.calcsTab.mainOutput.SkillTriggerRate * 100), math.floor(baseRate * 100))
1410+
assert.are.not_equals(math.floor(build.calcsTab.mainOutput.SkillTriggerRate * 100), math.floor(baseRate * 100))
14111411
end)
14121412
end)

0 commit comments

Comments
 (0)