chore: remove IO.inspect

This commit is contained in:
Zach Daniel 2022-07-21 10:28:35 -04:00
parent 6b805777ae
commit 1a9ca4f273

View file

@ -165,8 +165,6 @@ defmodule AshGraphql.CreateTest do
refute Map.has_key?(result, :errors)
IO.inspect(result)
assert %{
data: %{
"simpleCreatePost" => %{