chore: format test

This commit is contained in:
Zach Daniel 2023-09-22 17:05:07 -04:00
parent b13c7f0e53
commit b7b2f586a1

View file

@ -156,7 +156,9 @@ defmodule Ash.Test.Actions.ReadTest do
query
end)
|> Api.read()
assert {:messages, [:around_transaction_start, :before_action, :around_transaction_end]} = :erlang.process_info(self(), :messages)
assert {:messages, [:around_transaction_start, :before_action, :around_transaction_end]} =
:erlang.process_info(self(), :messages)
end
end