Correct typo

This commit is contained in:
rzaaeeff 2017-06-26 15:17:51 +04:00 committed by GitHub
parent 2a0516d174
commit 17f7012428

View file

@ -174,7 +174,7 @@ Making tests separate is useful to get more information about what's going on, s
And besides that, there's one more rule good to follow. And besides that, there's one more rule good to follow.
**One tests checks one thing.** **One test checks one thing.**
If we look at the test and see two independent checks in it -- better to split it into two simpler ones. If we look at the test and see two independent checks in it -- better to split it into two simpler ones.