Revert test_Theme assertion

pull/236/head
aristocratos 2021-01-05 12:28:42 +01:00
parent b443a9a576
commit 013a04a2bc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def test_Theme():
bpytop.THEME = bpytop.Theme("Default")
assert str(bpytop.THEME.main_fg) == "\x1b[38;2;204;204;204m"
assert list(bpytop.THEME.main_fg) == [204, 204, 204]
assert len(bpytop.THEME.gradient["cpu"]) > 1
assert len(bpytop.THEME.gradient["cpu"]) == 101
def test_Box_calc_sizes():
Box.calc_sizes()