about summary refs log tree commit homepage
path: root/test/test_mogilefs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mogilefs.rb')
-rw-r--r--test/test_mogilefs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mogilefs.rb b/test/test_mogilefs.rb
index cd413c7..bc17223 100644
--- a/test/test_mogilefs.rb
+++ b/test/test_mogilefs.rb
@@ -523,7 +523,7 @@ class TestMogileFS__MogileFS < TestMogileFS
 
     orig_size = to_put.size
     nr = @client.store_file('new_key', 'test', to_put.path)
-    assert nr
+    assert nr, nr.inspect
     assert_equal orig_size, nr
     assert_equal orig_size, to_put.size
     readed.sysseek(0)