Remove assertions on errors

This commit is contained in:
Uku Taht
2016-03-17 16:47:15 +00:00
parent ddba726e38
commit 17210ebe56
3 changed files with 0 additions and 14 deletions

View File

@@ -224,10 +224,8 @@ defmodule KoansHarnessTest do
"hi",
{:a, "bye"},
{:a, :new_thing, "hi"},
ArgumentError,
{"Huey", "Dewey", "Louie"},
{:this, :is, :awesome},
ArgumentError,
[:this, :can, :be, :a, :list]
]