Fix SideEffectsTest

This commit is contained in:
Tusooa Zhu 2022-06-03 21:50:49 -04:00 committed by FloatingGhost
parent c41f27c248
commit 6431bb9bd2

View file

@ -149,6 +149,7 @@ test "it uses a given changeset to update", %{user: user, update: update} do
setup do
user = insert(:user)
note = insert(:note, user: user)
_note_activity = insert(:note_activity, note: note)
updated_note =
note.data