forked from github/server
fix this test until we support this feature again (should just fix the feature, but I need to run)
This commit is contained in:
parent
8ca04a02aa
commit
4160e01787
|
@ -382,7 +382,7 @@ function test_spells()
|
||||||
nums = nums - 1
|
nums = nums - 1
|
||||||
end
|
end
|
||||||
assert(nums==0)
|
assert(nums==0)
|
||||||
else
|
elseif u.spells~=nil then
|
||||||
for sp in u.spells do
|
for sp in u.spells do
|
||||||
nums = nums + 1
|
nums = nums + 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue