Remove 'I think I need my number as a char' koan. Fix #176
This commit is contained in:
@@ -23,12 +23,6 @@ defmodule Numbers do
|
|||||||
assert number == ___
|
assert number == ___
|
||||||
end
|
end
|
||||||
|
|
||||||
koan "I think I need my number as a char" do
|
|
||||||
char_digit = Integer.to_char_list(7)
|
|
||||||
|
|
||||||
assert char_digit == ___
|
|
||||||
end
|
|
||||||
|
|
||||||
koan "Actually I want my number as a string" do
|
koan "Actually I want my number as a string" do
|
||||||
string_digit = Integer.to_string(1234)
|
string_digit = Integer.to_string(1234)
|
||||||
|
|
||||||
|
@@ -8,7 +8,6 @@ defmodule NumbersTests do
|
|||||||
true,
|
true,
|
||||||
[5, 8, 1, 2, 7],
|
[5, 8, 1, 2, 7],
|
||||||
1234,
|
1234,
|
||||||
'7',
|
|
||||||
"1234",
|
"1234",
|
||||||
42,
|
42,
|
||||||
" years",
|
" years",
|
||||||
|
Reference in New Issue
Block a user