Skip to content

Commit

Permalink
Fix two tiny errors in the README (#118)
Browse files Browse the repository at this point in the history
Thanks for your work! 🍻
  • Loading branch information
1st8 authored May 1, 2020
1 parent 08997b0 commit 437549c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ defmodule MyTest do

assert_called Network.update(
:meck.is(fn user ->
assert user.__struct__ = User
assert user.id = 1
assert user.__struct__ == User
assert user.id == 1

# matcher must return true when the match succeeds
true
Expand Down

0 comments on commit 437549c

Please sign in to comment.