about summary refs log tree commit homepage
path: root/test/test_mysql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mysql.rb')
-rw-r--r--test/test_mysql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mysql.rb b/test/test_mysql.rb
index afc845f..d0117f0 100644
--- a/test/test_mysql.rb
+++ b/test/test_mysql.rb
@@ -120,7 +120,7 @@ class TestMogileFS__Mysql < Test::Unit::TestCase
   end
 
   def test_sleep
-    assert_nothing_raised { assert_equal({}, @mg.sleep(:duration => 1)) }
+    assert_equal({}, @mg.sleep(:duration => 1))
   end
 
 end