Skip to content

Commit 2f74e65

Browse files
committed
Fix tests: mix in ExtraAssertions to InteractiveSession
1 parent 2cd00c4 commit 2f74e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sqlite3/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_cli_on_disk_db(self):
6262
self.assertIn("(0,)", out)
6363

6464

65-
class InteractiveSession(unittest.TestCase):
65+
class InteractiveSession(unittest.TestCase, ExtraAssertions):
6666
MEMORY_DB_MSG = "Connected to a transient in-memory database"
6767
PS1 = "sqlite> "
6868
PS2 = "... "

0 commit comments

Comments
 (0)