Update the comprehensions test to match the actual koan

This commit is contained in:
Shashwat Ganesh
2020-06-04 22:55:14 +05:30
parent 0681f5df22
commit f999d6c573

View File

@@ -9,7 +9,7 @@ defmodule ComprehensionsTests do
["Hello World", "Apple Pie"],
["little dogs", "little cats", "big dogs", "big cats"],
[4, 5, 6],
["Apple Pie", "Pecan Pie", "Pumpkin Pie"],
%{"Pecan" => "Pecan Pie", "Pumpkin" => "Pumpkin Pie"}
]
test_all(Comprehensions, answers)