Skip to content

Commit

Permalink
test: fix wrong test name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 1, 2024
1 parent b93d790 commit be86b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse/test_attribute_list_declaration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module REXMLTests
class TestParseAttributeListDeclaration < Test::Unit::TestCase
include Test::Unit::CoreAssertions

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

0 comments on commit be86b3d

Please sign in to comment.