Skip to content

Commit f8987cb

Browse files
author
Jerry Cheung
committed
update mock
1 parent 13ca7c9 commit f8987cb

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
@@ -202,7 +202,7 @@ def test_queued_read_setup_encryption_with_start_tls
202202
and_return(result2)
203203
mock.should_receive(:write)
204204
conn = Net::LDAP::Connection.new(:socket => mock)
205-
flexmock(Net::LDAP::Connection).should_receive(:wrap_with_ssl).with(mock, nil).
205+
flexmock(Net::LDAP::Connection).should_receive(:wrap_with_ssl).with(mock, {}).
206206
and_return(mock)
207207

208208
conn.next_msgid # simulates ongoing query

0 commit comments

Comments
 (0)