Skip to content

Commit

Permalink
nit #11570
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Nov 14, 2024
1 parent ccc1ff6 commit ee75d44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/models/graph_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,9 +1698,7 @@ def test_update_graph_with_relatable_resources(self):
source_graph.save()
editable_future_graph = source_graph.create_editable_future_graph()

editable_future_graph.root.set_relatable_resources(
[editable_future_graph.root.pk]
)
editable_future_graph.root.set_relatable_resources([source_graph.root.pk])
editable_future_graph.root.save()
editable_future_graph.save()

Expand Down

0 comments on commit ee75d44

Please sign in to comment.