unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check
@ 2020-04-19 19:27 Kyle Meyer
  2020-04-19 21:14 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2020-04-19 19:27 UTC (permalink / raw)
  To: meta; +Cc: Kyle Meyer

---
 t/v1-add-remove-add.t | 2 +-
 t/v2-add-remove-add.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/v1-add-remove-add.t b/t/v1-add-remove-add.t
index 2867bb94..736e414e 100644
--- a/t/v1-add-remove-add.t
+++ b/t/v1-add-remove-add.t
@@ -28,7 +28,7 @@ my $mime = PublicInbox::MIME->create(
 );
 my $im = PublicInbox::Import->new($ibx->git, undef, undef, $ibx);
 ok($im->add($mime), 'message added');
-ok($im->remove($mime), 'message added');
+ok($im->remove($mime), 'message removed');
 ok($im->add($mime), 'message added again');
 $im->done;
 my $rw = PublicInbox::SearchIdx->new($ibx, 1);
diff --git a/t/v2-add-remove-add.t b/t/v2-add-remove-add.t
index c427de6e..328f5326 100644
--- a/t/v2-add-remove-add.t
+++ b/t/v2-add-remove-add.t
@@ -29,7 +29,7 @@ my $mime = PublicInbox::MIME->create(
 my $im = PublicInbox::V2Writable->new($ibx, 1);
 $im->{parallel} = 0;
 ok($im->add($mime), 'message added');
-ok($im->remove($mime), 'message added');
+ok($im->remove($mime), 'message removed');
 ok($im->add($mime), 'message added again');
 $im->done;
 my $msgs = $ibx->recent({limit => 1000});

base-commit: 813163687e2211b6c64c54dc99d92780b9c408fd
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check
  2020-04-19 19:27 [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check Kyle Meyer
@ 2020-04-19 21:14 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2020-04-19 21:14 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: meta

Thanks, pushed as b3f81ce0c71d5d4eca347f259b5ae69660a2cb13

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-19 21:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 19:27 [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check Kyle Meyer
2020-04-19 21:14 ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).