Update scripts, tweak test

develop
lethosor 2020-12-16 13:16:04 -05:00
parent c5816fd29f
commit 371314d9c3
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2d94228f3578b9878d45a824083bc2e02b7746b6
Subproject commit 254f27309088cae50b2d7ae29eaabd6572f34cd3

@ -2,6 +2,6 @@ local workflow = require('plugins.workflow')
function test.job_outputs()
for job_type in pairs(workflow.test_data.job_outputs) do
expect.true_(df.job_type[job_type], "Found unrecognized job type: " .. tostring(job_type))
expect.ne(df.job_type[job_type], nil, "Found unrecognized job type: " .. tostring(job_type))
end
end