Skip to content

Commit

Permalink
Remove ARF samples which have no "Content-Type: message/feedback-repo…
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Dec 22, 2024
1 parent abe7450 commit 3d3b65b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/public/mail-maildir-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MailMaildirTest < Minitest::Test
Methods = { class: %w[new], object: %w[path dir file size handle offset read] }
Samples = ['./set-of-emails/maildir/bsd', './set-of-emails/maildir/mac']
Maildir = Sisimai::Mail::Maildir.new(Samples[0])
DirSize = 588
DirSize = 585

def test_methods
Methods[:class].each { |e| assert_respond_to Sisimai::Mail::Maildir, e }
Expand Down

0 comments on commit 3d3b65b

Please sign in to comment.