summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-02-01 14:54:55 -0700
committermokha <mokha@cisco.com>2019-02-01 14:54:55 -0700
commit323c42f2bc1c9ab9e6fa7cfeb9c295904a50b451 (patch)
tree556b18036b2a8785a49a206e1b0dee69a1df2ef3 /test
parent27ac5e70cbde3e413b74dbb30a44c1ba56d623da (diff)
remove warning
Diffstat (limited to 'test')
-rw-r--r--test/net/client_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/client_test.rb b/test/net/client_test.rb
index 53f9b1f..4cd1aa1 100644
--- a/test/net/client_test.rb
+++ b/test/net/client_test.rb
@@ -231,7 +231,7 @@ class ClientTest < Minitest::Test
end
def test_open_timeout_setting
- assert_equal subject.open_timeout, nil
+ assert_nil subject.open_timeout
@subject.open_timeout = 10
assert_equal subject.open_timeout, 10
end