Skip to content

Commit 33b1291

Browse files
committed
test: fix tests to account for ash bulk action fix
1 parent 713b615 commit 33b1291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bulk_create_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ defmodule AshPostgres.BulkCreateTest do
295295
describe "validation errors" do
296296
test "skips invalid by default" do
297297
assert %{records: [_], errors: [_]} =
298-
Ash.bulk_create!([%{title: "fred"}, %{title: "not allowed"}], Post, :create,
298+
Ash.bulk_create([%{title: "fred"}, %{title: "not allowed"}], Post, :create,
299299
return_records?: true,
300300
return_errors?: true
301301
)

0 commit comments

Comments
 (0)