Skip to content

Commit

Permalink
Update README.md (kgrzybek#190)
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
gerrited authored Apr 19, 2021
1 parent c01623c commit 78e3ec5
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 @@ -858,7 +858,7 @@ public async Task<IActionResult> ProposeMeetingGroup(ProposeMeetingGroupRequest
**Attributes of good unit test**

- Automated
- Maitainable
- Maintainable
- Runs very fast (in ms)
- Consistent, Deterministic (always the same result)
- Isolated from other tests
Expand Down Expand Up @@ -2002,4 +2002,4 @@ The project is under [MIT license](https://opensource.org/licenses/MIT).
- ["Hands-On Domain-Driven Design with .NET Core: Tackling complexity in the heart of software by putting DDD principles into practice"](https://www.amazon.com/Hands-Domain-Driven-Design-NET-ebook/dp/B07C5WSR9B) book, Alexey Zimarev
- ["Versioning in an Event Sourced System"](https://leanpub.com/esversioning) book, Greg Young
- [Hands-On-Domain-Driven-Design-with-.NET-Core](https://github.com/PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core) GH repository, Alexey Zimarev
- [EventSourcing.NetCore](https://github.com/oskardudycz/EventSourcing.NetCore) GH repository, Oskar Dudycz
- [EventSourcing.NetCore](https://github.com/oskardudycz/EventSourcing.NetCore) GH repository, Oskar Dudycz

0 comments on commit 78e3ec5

Please sign in to comment.