mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-16 14:11:16 +07:00
try to fail gh workflow
This commit is contained in:
@@ -8112,6 +8112,6 @@ do
|
|||||||
|
|
||||||
assert(evo.get(e1, f2).x == 11 and evo.get(e1, f2).y == 22)
|
assert(evo.get(e1, f2).x == 11 and evo.get(e1, f2).y == 22)
|
||||||
assert(evo.get(e2, f2).x == 11 and evo.get(e2, f2).y == 22)
|
assert(evo.get(e2, f2).x == 11 and evo.get(e2, f2).y == 22)
|
||||||
assert(evo.get(e1, f2) ~= evo.get(e2, f2))
|
assert(evo.get(e1, f2) == evo.get(e2, f2))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user