mirror of https://github.com/Textualize/rich.git
blackified
This commit is contained in:
parent
92f62f453e
commit
38d65b1443
|
@ -50,4 +50,4 @@ def test_theme_stack():
|
||||||
stack.pop_theme()
|
stack.pop_theme()
|
||||||
assert stack.get("warning") == Style.parse("red")
|
assert stack.get("warning") == Style.parse("red")
|
||||||
with pytest.raises(ThemeStackError):
|
with pytest.raises(ThemeStackError):
|
||||||
stack.pop_theme()
|
stack.pop_theme()
|
||||||
|
|
Loading…
Reference in New Issue