Skip to content

Commit 4c0b52c

Browse files
fixup! Lint
1 parent 4ed5815 commit 4c0b52c

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
@@ -193,7 +193,7 @@ def test_interact_on_disk_file(self):
193193

194194
def test_color(self):
195195
with unittest.mock.patch("_colorize.can_colorize", return_value=True):
196-
out, err = self.run_cli(commands="\n")
196+
out, err = self.run_cli(commands="TEXT\n")
197197
self.assertIn("\x1b[1;35msqlite> \x1b[0m", out)
198198
self.assertIn("\x1b[1;35m ... \x1b[0m\x1b", out)
199199
out, err = self.run_cli(commands=("sel;",))

0 commit comments

Comments
 (0)