diff --git a/unit-testing.html b/unit-testing.html
index f1eaf9d..2ffc112 100755
--- a/unit-testing.html
+++ b/unit-testing.html
@@ -148,7 +148,7 @@ def to_roman(n):
you@localhost:~/diveintopython3/examples$ python3 romantest1.py -v
test_to_roman_known_values (__main__.KnownValues) ①
to_roman should give known result with known input ... FAIL ②
-
+
======================================================================
FAIL: to_roman should give known result with known input
----------------------------------------------------------------------