Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
hashbrowncipher committed Feb 10, 2025
commit 8bb3c5732f20654929ebd337520861674b18b391
2 changes: 1 addition & 1 deletion Lib/test/test_sqlite3/test_dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def test_wal_preservation(self):

def test_file_control_raises(self):
with memory_database() as cx:
with self.assertRaises(sqlite.ProgrammingError):
with self.assertRaises(sqlite.InternalError):
cx.file_control(sqlite.SQLITE_FCNTL_PERSIST_WAL, 1)


Expand Down