Fix SideEffectsTest
This commit is contained in:
parent
c41f27c248
commit
6431bb9bd2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue