minor: fixed buildinfo test for 1.0

This commit is contained in:
Kyle Banker 2009-10-28 16:40:27 -04:00
parent 5a81cb70ee
commit 9976e5c340
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class TestConnection < Test::Unit::TestCase
def test_server_info
server_info = @mongo.server_info
assert server_info.keys.include?("version")
assert server_info.keys.include?("bits")
assert_equal 1.0, server_info["ok"]
end