feat: more parts of lua
This commit is contained in:
@@ -100,4 +100,4 @@ defmodule BDS.Scripting.JobTest do
|
||||
defp wait_for_job(_job_id, _predicate, 0) do
|
||||
flunk("job did not reach expected state")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -40,4 +40,4 @@ defmodule BDS.Scripting.LuaTest do
|
||||
assert {:error, {:reductions_exceeded, _count}} =
|
||||
BDS.Scripting.execute(source, "main", [], timeout: 1_000, max_reductions: 100)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user