summaryrefslogtreecommitdiff
path: root/test/schema/key_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/schema/key_test.exs')
-rw-r--r--test/schema/key_test.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/schema/key_test.exs b/test/schema/key_test.exs
index 2c5409d..6dbb574 100644
--- a/test/schema/key_test.exs
+++ b/test/schema/key_test.exs
@@ -28,7 +28,6 @@ defmodule Chessh.Schema.KeyTest do
@empty_attrs %{}
test "changeset with valid attributes" do
- IO.puts(inspect(Key.changeset(%Key{}, @valid_attrs)))
assert Key.changeset(%Key{}, @valid_attrs).valid?
assert Key.changeset(%Key{}, @valid_key_attrs).valid?
end