From 9e84d8e25762de703ff479612f67a3e7223188b0 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Wed, 1 Jul 2015 06:51:56 -0400 Subject: [PATCH] Added note about unit test being expected to fail until the challenge is solved. --- linked_lists/palindrome/palindrome_challenge.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linked_lists/palindrome/palindrome_challenge.ipynb b/linked_lists/palindrome/palindrome_challenge.ipynb index 398e86b..a4ca3a5 100644 --- a/linked_lists/palindrome/palindrome_challenge.ipynb +++ b/linked_lists/palindrome/palindrome_challenge.ipynb @@ -102,7 +102,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "*It is important to identify and run through general and edge cases from the [Test Cases](#Test-Cases) section by hand. You generally will not be asked to write a unit test like what is shown below.*" + "*It is important to identify and run through general and edge cases from the [Test Cases](#Test-Cases) section by hand. You generally will not be asked to write a unit test like what is shown below.*\n", + "\n", + "**The following unit test is expected to fail until you solve the challenge.**" ] }, {