test black

This commit is contained in:
Will McGugan 2020-09-30 09:52:32 +01:00
parent 2c783040e8
commit 0d46163d90
1 changed files with 1 additions and 1 deletions

View File

@ -341,4 +341,4 @@ def test_bell() -> None:
console = Console(force_terminal=True) console = Console(force_terminal=True)
console.begin_capture() console.begin_capture()
console.bell() console.bell()
assert console.end_capture() == "\x07" assert console.end_capture() == "\x07"