mirror of https://github.com/Textualize/rich.git
test fix
This commit is contained in:
parent
836a94bc0e
commit
ef1e2e75ba
|
@ -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…
Reference in New Issue