summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/helpers/application_helper_test.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb
index 01d91a52b..d2b195568 100644
--- a/test/unit/helpers/application_helper_test.rb
+++ b/test/unit/helpers/application_helper_test.rb
@@ -1166,10 +1166,10 @@ RAW
'<li><a href="#Title">Title</a>' +
'<ul>' +
'<li><a href="#Subtitle">Subtitle</a></li>' +
- '<li><a href="#Subtitle-2">Subtitle</a></li>'
- '</ul>'
+ '<li><a href="#Subtitle-2">Subtitle</a></li>' +
+ '</ul>' +
'</li>' +
- '</ul>'
+ '</ul>'
@project = Project.find(1)
result = textilizable(raw).gsub("\n", "")