Skip to content

Commit

Permalink
Fix typo (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Sep 13, 2021
1 parent df94972 commit e94dcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/property_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if Code.ensure_loaded?(ExUnitProperties) do
use ExUnit.Case, async: true
use ExUnitProperties

property "string rountrip" do
property "string roundtrip" do
check all string <- string(:printable) do
assert decode(encode(string)) == string
end
Expand Down

0 comments on commit e94dcf6

Please sign in to comment.