Skip to content

Commit

Permalink
docs: fix expected value in README (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enes authored Dec 9, 2021
1 parent 4ff3e6c commit 4614a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mocktail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ verify(() => cat.sound()).called(1);
cat.sound();
// Verify the interaction occurred twice.
verify(() => cat.sound()).called(1);
verify(() => cat.sound()).called(2);
```

## Additional Usage
Expand Down

0 comments on commit 4614a29

Please sign in to comment.