Skip to content

Commit 3b461ae

Browse files
committed
Fix failing test.
1 parent b143e81 commit 3b461ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_xml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_enabled_ftp
183183
end
184184

185185
def test_enabled_http
186-
refute(LibXML::XML.enabled_http?)
186+
assert(LibXML::XML.enabled_http?)
187187
end
188188

189189
def test_enabled_html

0 commit comments

Comments
 (0)