Skip to content

Commit

Permalink
Update language_list_test.exs
Browse files Browse the repository at this point in the history
This test should have a better coverage
  • Loading branch information
lucavenir authored Jan 4, 2024
1 parent 63e38a1 commit 44ef635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ defmodule LanguageListTest do
describe "functional_list?/1" do
@tag task_id: 6
test "a functional language list" do
assert LanguageList.functional_list?(["Clojure", "Haskell", "Erlang", "F#", "Elixir"])
assert LanguageList.functional_list?(["Clojure", "Haskell", "Erlang", "Elixir", "F#"])
end

@tag task_id: 6
Expand Down

0 comments on commit 44ef635

Please sign in to comment.