Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Apr 29, 2016
1 parent 4282183 commit 5f12a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5156,7 +5156,7 @@ def __init__(self):
TestFile.xRead=TestFile.xRead4
self.assertRaises(apsw.SQLError, self.assertRaisesUnraisable, TypeError, testdb)
TestFile.xRead=TestFile.xRead5
self.assertRaises(apsw.IOError, self.assertMayRaiseUnraiseable, TypeError, testdb)
self.assertRaises(apsw.IOError, self.assertMayRaiseUnraisable, TypeError, testdb)
TestFile.xRead=TestFile.xRead99
testdb()

Expand Down

0 comments on commit 5f12a9e

Please sign in to comment.