Fix SideEffectsTest
This commit is contained in:
parent
3249ac1f12
commit
72ac940618
|
@ -144,6 +144,7 @@ test "it uses a given changeset to update", %{user: user, update: update} do
|
||||||
setup do
|
setup do
|
||||||
user = insert(:user)
|
user = insert(:user)
|
||||||
note = insert(:note, user: user)
|
note = insert(:note, user: user)
|
||||||
|
_note_activity = insert(:note_activity, note: note)
|
||||||
|
|
||||||
updated_note =
|
updated_note =
|
||||||
note.data
|
note.data
|
||||||
|
|
Loading…
Reference in New Issue