Skip to content

Commit 415dd9d

Browse files
committed
Fix test class name
1 parent 879fd51 commit 415dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_integration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if !INTEGRATION
44
puts "Skipping integration tests..."
55
else
6-
class TestLDAPInstrumentation < Test::Unit::TestCase
6+
class TestLDAPIntegration < Test::Unit::TestCase
77
def setup
88
@service = MockInstrumentationService.new
99
@ldap = Net::LDAP.new \

0 commit comments

Comments
 (0)