Fix typos and bring back the failing pattern match.

This commit is contained in:
Felipe Sere
2016-05-20 08:02:59 +01:00
parent fc00c6ae60
commit 74b6e06ddf
2 changed files with 12 additions and 5 deletions

View File

@@ -20,7 +20,8 @@ defmodule PatternsTests do
1,
2,
{:multiple, ["The number One", "The number Two", "The number 3"]},
"same"
"same",
2
]
test_all(PatternMatching, answers)