Skip to content

Commit

Permalink
Fixed "describe" block that should be "test" (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator authored Aug 24, 2024
1 parent d42dc90 commit 1d269dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nimble_options_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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, %{}}
Expand Down

0 comments on commit 1d269dc

Please sign in to comment.