Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amickan committed Dec 18, 2024
1 parent e63b9a6 commit ee711e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/algorithms_tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ def test_existing_io_is_reused(self):
data={
"inputs": [inp.pk],
"outputs": [out.pk],
"set_as_default": False,
"set_as_default": True,
},
)
assert form.is_valid()
Expand Down

0 comments on commit ee711e5

Please sign in to comment.