Skip to content

Commit

Permalink
no need to unloadRecord in test
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed May 5, 2021
1 parent b14e2b2 commit 23232ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ module('integration/relationships/inverse_relationships - Inverse Relationships'
post.get('comments').pushObject(comment);

await comment.destroyRecord();
comment.unloadRecord();

await settled();

Expand Down

0 comments on commit 23232ec

Please sign in to comment.