Skip to content

Commit d664bab

Browse files
author
|7eter l-|. l3oling
authored
Update test/test_xpath_parser.rb
1 parent 7159d3c commit d664bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_xpath_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_found
5656
res.to_s)
5757
end
5858

59-
def test_parsing_when_not_found
59+
def test_not_found
6060
@parser = REXML::XPathParser.new
6161
res = @parser.parse("/nonexistent", @root_element)
6262
assert_equal("[]",

0 commit comments

Comments
 (0)