mirror of https://github.com/Textualize/rich.git
black
This commit is contained in:
parent
8033eade3c
commit
696e85da07
|
@ -5,4 +5,4 @@ from rich.table import Table
|
||||||
def test_rich_cast():
|
def test_rich_cast():
|
||||||
table = STANDARD_PALETTE.__rich__()
|
table = STANDARD_PALETTE.__rich__()
|
||||||
assert isinstance(table, Table)
|
assert isinstance(table, Table)
|
||||||
assert table.row_count == 16
|
assert table.row_count == 16
|
||||||
|
|
Loading…
Reference in New Issue