about summary refs log tree commit homepage
path: root/test/test_mogilefs_integration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mogilefs_integration.rb')
-rw-r--r--test/test_mogilefs_integration.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_mogilefs_integration.rb b/test/test_mogilefs_integration.rb
index 6d16cd7..13ae3f1 100644
--- a/test/test_mogilefs_integration.rb
+++ b/test/test_mogilefs_integration.rb
@@ -242,8 +242,8 @@ class TestMogileFSIntegration < Test::Unit::TestCase
     assert_raises(MogileFS::Backend::UnregClassError) {
       @client.new_file("a", :class => "non-existent")
     }
-    ensure
-      r.close if r
+  ensure
+    r.close if r
   end
 
   def test_store_content_opts