Skip to content

Commit

Permalink
Update test code for commit 99fba31
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed May 3, 2017
1 parent 99fba31 commit a7a216f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sisimai/mail/maildir_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

describe Sisimai::Mail::Maildir do
samplemaildir = './set-of-emails/maildir/bsd'
allofthefiles = 360
allofthefiles = 361
let(:mailobj) { Sisimai::Mail::Maildir.new(samples) }
let(:mockobj) { Sisimai::Mail::Maildir.new(invalid) }

Expand Down
1 change: 1 addition & 0 deletions spec/sisimai/msp/public-children_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
'04' => { 's' => %r/\A4[.]0[.]0\z/, 'r' => %r/networkerror/,'b' => %r/\A1\z/ },
'05' => { 's' => %r/\A4[.]0[.]0\z/, 'r' => %r/networkerror/,'b' => %r/\A1\z/ },
'06' => { 's' => %r/\A4[.]4[.]1\z/, 'r' => %r/expired/, 'b' => %r/\A1\z/ },
'07' => { 's' => %r/\A4[.]4[.]1\z/, 'r' => %r/expired/, 'b' => %r/\A1\z/ },
},
'US::Office365' => {
'01' => { 's' => %r/\A5[.]1[.]10\z/, 'r' => %r/filtered/, 'b' => %r/\A1\z/ },
Expand Down

0 comments on commit a7a216f

Please sign in to comment.