From bfa335d96a12c53e84ce80d85a68b8610d1e8138 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 30 Aug 2014 17:08:32 +0400 Subject: [PATCH] Fix typo in test_configuration.py --- tests/test_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_configuration.py b/tests/test_configuration.py index 34e402c8..de15ab88 100644 --- a/tests/test_configuration.py +++ b/tests/test_configuration.py @@ -94,7 +94,7 @@ config = { highlighted_string('g', 'str2'), ], 'right': [ - highlighted_string('f', 'str2', width='auto', align='right'), + highlighted_string('f', 'str2', width='auto', align='r'), ], }, },