Skip to content

Commit

Permalink
chore: clean up test name & remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 26, 2024
1 parent 610b894 commit 9c69ed1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/update_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ defmodule AshPostgres.UpdateTest do
)
end

test "can optimist lock" do
Logger.configure(level: :debug)

test "can optimistic lock" do
Post
|> Ash.Changeset.for_create(:create, %{title: "fred"})
|> Ash.create!()
Expand Down

0 comments on commit 9c69ed1

Please sign in to comment.