Skip to content

Commit 9ecdc5d

Browse files
committed
Clarify connection instrumentation test class
Otherwise, we conflict with Net::LDAP instrumentation test class, causing mysterious failures.
1 parent ef6a167 commit 9ecdc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ldap_connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_no_error_on_success
7474
end
7575
end
7676

77-
class TestLDAPInstrumentation < Test::Unit::TestCase
77+
class TestLDAPConnectionInstrumentation < Test::Unit::TestCase
7878
def setup
7979
@tcp_socket = flexmock(:connection)
8080
@tcp_socket.should_receive(:write)

0 commit comments

Comments
 (0)