Skip to content

Commit e94dcf6

Browse files
authored
1 parent df94972 commit e94dcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/property_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if Code.ensure_loaded?(ExUnitProperties) do
33
use ExUnit.Case, async: true
44
use ExUnitProperties
55

6-
property "string rountrip" do
6+
property "string roundtrip" do
77
check all string <- string(:printable) do
88
assert decode(encode(string)) == string
99
end

0 commit comments

Comments
 (0)