diff options
| author | mokha <mokha@cisco.com> | 2019-02-01 14:54:55 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-02-01 14:54:55 -0700 |
| commit | 323c42f2bc1c9ab9e6fa7cfeb9c295904a50b451 (patch) | |
| tree | 556b18036b2a8785a49a206e1b0dee69a1df2ef3 | |
| parent | 27ac5e70cbde3e413b74dbb30a44c1ba56d623da (diff) | |
remove warning
| -rw-r--r-- | test/net/client_test.rb | 2 |
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 |
