mirror of https://github.com/Textualize/rich.git
test black
This commit is contained in:
parent
2c783040e8
commit
0d46163d90
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue