Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion johnny/tests/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_transactions(self):
with self.assertNumQueries(1, using='second'):
g2 = Genre.objects.using("second").get(pk=1)

#other thread sould now be accessing the cache after the get
#other thread should now be accessing the cache after the get
#from the commit.
other("Genre.objects.using('second').get(pk=1)")
hit, ostart = q.get()
Expand Down