This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new e3c3cce1 Indentation
e3c3cce1 is described below

commit e3c3cce14a572992a6b3b9e74b4c5711ebf2c3b5
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 28 13:49:48 2022 +0100

    Indentation
---
 lib/spec/lib/mail/mail_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spec/lib/mail/mail_spec.rb b/lib/spec/lib/mail/mail_spec.rb
index d87a9a1c..e12e88d4 100644
--- a/lib/spec/lib/mail/mail_spec.rb
+++ b/lib/spec/lib/mail/mail_spec.rb
@@ -51,7 +51,7 @@ describe ASF::Mail do
       if TEST_DATA
         expect(lists.length).to be >= 7
       else
-          expect(lists.length).to be >= 1000
+        expect(lists.length).to be >= 1000
       end
       expect(lists).not_to include('private')
       expect(lists).not_to include('security')

Reply via email to