Skip to content

Commit 267b121

Browse files
committed
Rename test to better reflect what is actually tested
1 parent 663bf35 commit 267b121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanitizer_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_strip_tags_multiline
7474
assert_equal expected, full_sanitize(input)
7575
end
7676

77-
def test_strip_comments
77+
def test_remove_unclosed_tags
7878
assert_equal "This is ", full_sanitize("This is <-- not\n a comment here.")
7979
end
8080

0 commit comments

Comments
 (0)