Skip to content

Commit

Permalink
One more that I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfleming committed Mar 29, 2024
1 parent 438433f commit dd7dabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TestCost:
AND task.key LIKE "wdl-task-name"
AND wfid.key LIKE "cromwell-workflow-id"
AND wfid.value like @workflow_id
AND partition_time BETWEEN @start_date AND @end_date
AND export_time BETWEEN @start_date AND @end_date
GROUP BY 1,2,3
ORDER BY 4 DESC
""",
Expand Down

0 comments on commit dd7dabf

Please sign in to comment.