chore: update bulk create test

This commit is contained in:
Zach Daniel 2024-05-01 22:13:24 -04:00
parent 0273b7d949
commit 8a7a4763fd

View file

@ -132,6 +132,7 @@ defmodule Ash.Test.Actions.BulkCreateTest do
_changeset, {:error, error}, _context -> _changeset, {:error, error}, _context ->
send(self(), {:error, error}) send(self(), {:error, error})
{:error, error}
end) end)
end end