Skip to content

Commit 4dcd379

Browse files
Update Lib/test/test_sqlite3/test_cli.py
1 parent e8fde8d commit 4dcd379

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
@@ -130,7 +130,7 @@ def test_interact_dot_commands_unknown(self):
130130
self.assertEndsWith(out, self.PS1)
131131
self.assertEqual(out.count(self.PS1), 2)
132132
self.assertEqual(out.count(self.PS2), 0)
133-
self.assertIn('Error: unknown command "', err)
133+
self.assertIn('Error: unknown command: "', err)
134134
# test "unknown_command" is pointed out in the error message
135135
self.assertIn("unknown_command", err)
136136

0 commit comments

Comments
 (0)