Skip to content

Commit

Permalink
Elixir - Language List - Fixed a shallow test (#1399)
Browse files Browse the repository at this point in the history
This test should have a better coverage
  • Loading branch information
lucavenir authored Jan 5, 2024
1 parent 63e38a1 commit d00f7c1
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 d00f7c1

Please sign in to comment.