Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-iv committed Oct 30, 2024
1 parent 4943bda commit 87a7a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/relationship/tests/logic/test_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_does_not_create_duplicate_relation(self):
relation_type=relation_type,
)

assert result is None
assert result == []

def test_relation_is_added_to_db(self):
subject_dataset = factories.Dataset()
Expand Down

0 comments on commit 87a7a15

Please sign in to comment.