chore: fix failing test.
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-09-15 19:31:33 +12:00
parent 6c4a3c0f8a
commit a51e9e7a02

View file

@ -78,6 +78,6 @@ defmodule Smokestack.OptionTest do
test "it validates all options" do
assert {:error, error} = insert(Author, sss: 2)
message = Exception.message(error)
assert message =~ ~r/required :[a-z]+ option not found/
assert message =~ ~r/unknown option/
end
end