From 8320e83747f78e568eca4d35d2ba42fb5b3c8825 Mon Sep 17 00:00:00 2001 From: Sergey Serebryakov Date: Fri, 9 Oct 2020 22:40:05 -0700 Subject: [PATCH] Fix test --- tests/test_block_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_block_bar.py b/tests/test_block_bar.py index d790e51f..7210d79d 100644 --- a/tests/test_block_bar.py +++ b/tests/test_block_bar.py @@ -5,7 +5,7 @@ from .render import render expected = [ "\x1b[39;49m ▐█████████████████████████ \x1b[0m", - "\x1b[39;49m ██████████████████████ \x1b[0m", + "\x1b[39;49m ██████████████████████▌ \x1b[0m", "\x1b[39;49m \x1b[0m", ]