Skip to content

Commit 6b82610

Browse files
authored
Fix typo in StreamData post (elixir-lang#1447)
1 parent 20fd840 commit 6b82610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-10-31-stream-data-property-based-testing-and-data-generation-for-elixir.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ defmodule MyPropertyTest do
119119
use ExUnit.Case, async: true
120120
use ExUnitProperties
121121

122-
property "sum of positive integer is greater than both integers" do
122+
property "the in/2 operator works with lists" do
123123
check all list <- list_of(term()),
124124
list != [],
125125
elem <- member_of(list) do

0 commit comments

Comments
 (0)