Skip to content

Commit

Permalink
Fix DPS test with current value
Browse files Browse the repository at this point in the history
  • Loading branch information
Musholic committed Apr 21, 2024
1 parent 0e0070d commit a0e5b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/System/TestBuildImport_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ expose("BuildImport #buildImport", function()

--TODO: Ignite dps, Blessing support
assert.are.equals("Fireball", build.calcsTab.mainEnv.player.mainSkill.skillCfg.skillName)
assert.are.equals(4307, round(build.calcsTab.mainOutput.FullDPS))
assert.are.equals(5226, round(build.calcsTab.mainOutput.FullDPS))
end)
end)

0 comments on commit a0e5b93

Please sign in to comment.