Skip to content

Commit b5b6d5a

Browse files
committed
fix test mock
1 parent 09d0c36 commit b5b6d5a

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
@@ -291,7 +291,7 @@ def test_queued_read_setup_encryption_with_start_tls
291291
and_return(result2)
292292
mock.should_receive(:write)
293293
conn = Net::LDAP::Connection.new(:socket => mock)
294-
flexmock(Net::LDAP::Connection).should_receive(:wrap_with_ssl).with(mock, {}).
294+
flexmock(Net::LDAP::Connection).should_receive(:wrap_with_ssl).with(mock, {}, nil).
295295
and_return(mock)
296296

297297
conn.next_msgid # simulates ongoing query

0 commit comments

Comments
 (0)