diff --git a/test/nimble_options_test.exs b/test/nimble_options_test.exs index 3992c75..72c487e 100644 --- a/test/nimble_options_test.exs +++ b/test/nimble_options_test.exs @@ -2250,7 +2250,7 @@ defmodule NimbleOptionsTest do end # No other test is passing in `opts` as a map, so these are just some white box tests for sanity checking - describe "can use a map for validate/2" do + test "can use a map for validate/2" do schema = [] opts = %{} assert NimbleOptions.validate(opts, schema) == {:ok, %{}}