diff --git a/python/gtsam/tests/test_DiscretePrior.py b/python/gtsam/tests/test_DiscretePrior.py index 2b277ae91..4f017d66a 100644 --- a/python/gtsam/tests/test_DiscretePrior.py +++ b/python/gtsam/tests/test_DiscretePrior.py @@ -46,7 +46,7 @@ class TestDiscretePrior(GtsamTestCase): """Test the _repr_markdown_ method.""" prior = DiscretePrior(X, "2/3") - expected = " $P(0)$:\n" \ + expected = " *P(0)*:\n\n" \ "|0|value|\n" \ "|:-:|:-:|\n" \ "|0|0.4|\n" \