Skip to content

Commit 2ac936d

Browse files
committed
minor #8844 Fix a minor grammar syntax (seydu)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #8844). Discussion ---------- Fix a minor grammar syntax Commits ------- be8e54a Update database.rst
2 parents 4787f7c + be8e54a commit 2ac936d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to Test Code that Interacts with the Database
66

77
If your code interacts with the database, e.g. reads data from or stores data
88
into it, you need to adjust your tests to take this into account. There are
9-
many ways how to deal with this. In a unit test, you can create a mock for
9+
many ways to deal with this. In a unit test, you can create a mock for
1010
a ``Repository`` and use it to return expected objects. In a functional test,
1111
you may need to prepare a test database with predefined values to ensure that
1212
your test always has the same data to work with.

0 commit comments

Comments
 (0)