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.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test_mogilefs.rb b/test/test_mogilefs.rb
index 186e88a..45d4452 100644
--- a/test/test_mogilefs.rb
+++ b/test/test_mogilefs.rb
@@ -590,8 +590,8 @@ class TestMogileFS__MogileFS < TestMogileFS
     assert_equal "foo", tmp.delete("domain")
     assert_equal expect, tmp
     c.backend.shutdown
-    ensure
-      sock.close
+  ensure
+    sock.close
   end
 
   def test_get_paths_args
@@ -762,8 +762,8 @@ class TestMogileFS__MogileFS < TestMogileFS
     th.join
     received.map! { |(key,_,_)| key }
     assert_equal %w(a b c d e), received
-    ensure
-      sock.close
+  ensure
+    sock.close
   end
 
   def test_list_keys_verbose_retry_eof # implementation detail
@@ -806,8 +806,8 @@ class TestMogileFS__MogileFS < TestMogileFS
     th.join
     received.map! { |(key,_,_)| key }
     assert_equal %w(a b c d e), received
-    ensure
-      sock.close
+  ensure
+    sock.close
   end
 
   def test_list_keys_verbose_retry_truncated # implementation detail
@@ -851,8 +851,8 @@ class TestMogileFS__MogileFS < TestMogileFS
     th.join
     received.map! { |(key,_,_)| key }
     assert_equal %w(a b c d e), received
-    ensure
-      sock.close
+  ensure
+    sock.close
   end
 
   def test_sleep