Skip to content

Commit c9e543a

Browse files
committed
Add minion test case
1 parent 02a8ed3 commit c9e543a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/System/TestImportReimport_spec.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,8 @@ Blight 20/0 1
219219
it("preserves mine count when reimporting items and skills", function()
220220
assertReimportPreservesSkillSubstate("Gloves", "Rawhide Gloves", "Gloves", "Pyroclast Mine", "skillMineCount", 12)
221221
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)
222226
end)

0 commit comments

Comments
 (0)