Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nappex committed Aug 25, 2024
1 parent d8da52e commit b9c920d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/onigumo_cli_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule OnigumoCLITest do
end

for switches <- @invalid_switches_combinations do
test("run invalid combination of swiches #{inspect(switches)} ") do
test("run invalid combination of switches #{inspect(switches)} ") do
assert usage_message_printed?(fn -> Onigumo.CLI.main([unquote(switches)]) end)
end
end
Expand Down

0 comments on commit b9c920d

Please sign in to comment.