Skip to content

Commit

Permalink
Update scripts, tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Dec 16, 2020
1 parent c5816fd commit 371314d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts
2 changes: 1 addition & 1 deletion test/plugins/workflow.lua
Expand Up @@ -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

0 comments on commit 371314d

Please sign in to comment.