Skip to content

Commit

Permalink
Nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 22, 2013
1 parent 26f0140 commit 1acb24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZEO/tests/testZEO.py
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ def runzeo_logrotate_on_sigusr2():
... )
>>> with open('l') as f:
... oldlog = f .read()
... oldlog = f.read()
>>> os.rename('l', 'o')
>>> os.kill(p.pid, signal.SIGUSR2)
Expand Down Expand Up @@ -1750,7 +1750,7 @@ def pack(self, t=None, referencesf=None):
def test_suite():
suite = unittest.TestSuite()

# Collect misc tests into their own layer to educe size of
# Collect misc tests into their own layer to reduce size of
# unit test layer
zeo = unittest.TestSuite()
zeo.addTest(unittest.makeSuite(ZODB.tests.util.AAAA_Test_Runner_Hack))
Expand Down

0 comments on commit 1acb24d

Please sign in to comment.