mirror of
https://github.com/Textualize/rich.git
synced 2025-08-03 09:42:47 +00:00
test fix
This commit is contained in:
parent
836a94bc0e
commit
ef1e2e75ba
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Python package
|
||||
name: Test Rich module
|
||||
|
||||
on: [push]
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@ def test_split():
|
|||
assert split[0] == line1
|
||||
assert split[1] == line2
|
||||
|
||||
assert Text("foo").split("\n") == [Text("foo")]
|
||||
assert list(Text("foo").split("\n")) == [Text("foo")]
|
||||
|
||||
|
||||
def test_divide():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue