Skip to content

Commit 2fa133d

Browse files
committed
Fix cut off sentence
1 parent 593d9ae commit 2fa133d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

module5-testing/r3-types-of-tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ without testing anything -- it hasn't even passed the basics. Smoke tests often
5353
run before releasing a product as a "sanity test."
5454

5555
## Frequency
56-
In the ideal testing environment, unit tests . As tests increase in granularity
56+
In the ideal testing environment, unit tests will be the most frequent type of
57+
testing. As tests increase in granularity
5758
-- that is, they include larger pieces of your system -- you want these tests to
5859
be less frequent. The smaller tests should tested individually. In case there is
5960
a problem, it becomes easier to isolate if the tests are associated with small

0 commit comments

Comments
 (0)