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 2964d4e3 Fewer moderations now
2964d4e3 is described below

commit 2964d4e3e5e25995c13e269102260f6ebf927d27
Author: Sebb <[email protected]>
AuthorDate: Wed Apr 26 23:54:36 2023 +0100

    Fewer moderations now
---
 lib/spec/lib/mail/mlist_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb
index fce7ba52..c22a573d 100644
--- a/lib/spec/lib/mail/mlist_spec.rb
+++ b/lib/spec/lib/mail/mlist_spec.rb
@@ -68,7 +68,7 @@ describe ASF::MLIST do
       res = ASF::MLIST.moderates(user_emails)
       expect(res.length).to eq(2)
       mods = res[:moderates]
-      expect(mods.length).to be_between(7, 20)
+      expect(mods.length).to be_between(6, 20)
     end
   end
 

Reply via email to