Skip to content

Commit 08f8cf9

Browse files
author
LocalIdentity
committed
Fix mote test
1 parent a663437 commit 08f8cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/System/TestSkills_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe("TestSkills", function()
118118

119119
local normalArmour = env.player.output.Armour
120120
local normalDPS = env.player.output.TotalDPS
121-
assert.are.equals(1050, normalArmour)
121+
assert.are.equals(1200, normalArmour)
122122
assert.is_true(normalDPS > 0)
123123

124124
env = calcs.initEnv(build, "CALCULATOR", {}, {

0 commit comments

Comments
 (0)