Skip to content

Commit 5c7b53f

Browse files
ciaranwhatyouhide
authored andcommitted
Make one of the code examples in the changelog clearer
1 parent 59e7cda commit 5c7b53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ ExUnit v1.3 includes the ability to register different test types. This means li
198198
```elixir
199199
defmodule StringTest do
200200
use ExUnit.Case, async: true
201+
use PropertyTestingLibrary
201202

202203
property "starts_with?" do
203204
forall({s1, s2} <- {utf8, utf8}) do

0 commit comments

Comments
 (0)