Skip to content

Commit be86b3d

Browse files
committed
test: fix wrong test name
1 parent b93d790 commit be86b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parse/test_attribute_list_declaration.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module REXMLTests
77
class TestParseAttributeListDeclaration < Test::Unit::TestCase
88
include Test::Unit::CoreAssertions
99

10-
def test_linear_performance_gt
10+
def test_linear_performance_space
1111
seq = [10000, 50000, 100000, 150000, 200000]
1212
assert_linear_performance(seq, rehearsal: 10) do |n|
1313
REXML::Document.new("<!DOCTYPE schema SYSTEM \"foo.dtd\" [<!ATTLIST " +

0 commit comments

Comments
 (0)