mirror of https://github.com/Textualize/rich.git
fix test
This commit is contained in:
parent
8b1f0e7e0a
commit
8e94315c3b
|
@ -282,6 +282,6 @@ if __name__ == "__main__": # pragma: no cover
|
|||
console = Console()
|
||||
from rich import print
|
||||
|
||||
p = Pretty(data, overflow="ellipsis", justify="ignore")
|
||||
p = Pretty(data, overflow="ignore")
|
||||
print(Measurement.get(console, p))
|
||||
console.print(p, crop=False)
|
||||
|
|
Loading…
Reference in New Issue