Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ But, with `assertions`, you can write that test like this:
```elixir
defmodule UsersTest do
use ExUnit.Case, async: true
import Assertions, only: [assert_lists_equal: 2]
import Assertions, only: [assert_lists_equal: 2, assert_structs_equal: 3]

describe "update_all/2" do
test "updates the given users in the database and returns those updated users" do
Expand Down