We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a8ed3 commit c9e543aCopy full SHA for c9e543a
1 file changed
spec/System/TestImportReimport_spec.lua
@@ -219,4 +219,8 @@ Blight 20/0 1
219
it("preserves mine count when reimporting items and skills", function()
220
assertReimportPreservesSkillSubstate("Gloves", "Rawhide Gloves", "Gloves", "Pyroclast Mine", "skillMineCount", 12)
221
end)
222
+
223
+ it("preserves minion skill when reimporting items and skills", function()
224
+ assertReimportPreservesSkillSubstate("Gloves", "Rawhide Gloves", "Gloves", "Summon Chaos Golem", "skillMinionSkill", 3)
225
+ end)
226
0 commit comments