user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* Re: [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check
  2020-04-19 19:27  6% [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check Kyle Meyer
@ 2020-04-19 21:14  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2020-04-19 21:14 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: meta

Thanks, pushed as b3f81ce0c71d5d4eca347f259b5ae69660a2cb13

^ permalink raw reply	[relevance 7%]

* [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check
@ 2020-04-19 19:27  6% Kyle Meyer
  2020-04-19 21:14  7% ` Eric Wong
  0 siblings, 1 reply; 2+ results
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	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-04-19 19:27  6% [PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check Kyle Meyer
2020-04-19 21:14  7% ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).