We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3c95d commit d9105c2Copy full SHA for d9105c2
tests/test_get_inputs.py
@@ -16,7 +16,7 @@ def test_get_inputs_when_none():
16
inputs = decoder.get_inputs(job_definition)
17
18
# Assert
19
- assert inputs is None
+ assert inputs == {}
20
21
22
def test_get_inputs():
tests/test_get_outputs.py
@@ -16,7 +16,7 @@ def test_get_outputs_when_none():
outputs = decoder.get_outputs(job_definition)
- assert outputs is None
+ assert outputs == {}
def test_get_outputs():
0 commit comments