Skip to content

Commit

Permalink
chore: remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 16, 2024
1 parent 2ea4a0d commit af64faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/update_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ defmodule AshPostgres.UpdateTest do
post
|> Ash.load!(:author)
|> Map.get(:author)
|> IO.inspect()

assert is_nil(post.author)
end
Expand Down

0 comments on commit af64faa

Please sign in to comment.