Skip to content

Commit 8c11123

Browse files
author
Jerry Cheung
committed
rename timelimit to time
1 parent f852084 commit 8c11123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ def test_search_timeout
3131
@ldap.search(:timeout => 1)
3232

3333
payload, result = events.pop
34-
assert_equal 1, payload[:timelimit]
34+
assert_equal 1, payload[:time]
3535
end
3636
end

0 commit comments

Comments
 (0)