Skip to content

Commit 0852a74

Browse files
authored
Update README.md
1 parent d166d84 commit 0852a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ In many integration test scenarios the database needs to be setup before it can
1010

1111
When writing isolated tests one would like to have the database in a 'clean' state for each test. This 'clean' state almost never means an 'empty' database, but one that has been setup.
1212

13-
The combination of these factors can lead to increasingly long running integration tests, because the database needs to be setup for each t
13+
The combination of these factors can lead to increasingly long running integration tests, because the database needs to be setup for each test.
1414

15-
This library may help you to speed up integration tests by providing a means to _quickly_ restoring a Postgres database to a previous 'clean' state before each test.
15+
This library may help you to speed up integration tests by providing a means to _quickly_ restore a Postgres database to a previous 'clean' state before each test.
1616

1717
## How it Works
1818

0 commit comments

Comments
 (0)