From ec9244d553634de6e18cf060ee446329d33ef86a Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 2 Mar 2020 15:39:26 +0000 Subject: [PATCH] Adjusted autotagger tests --- ext/auto_tagger/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/auto_tagger/test.php b/ext/auto_tagger/test.php index 8f4c9a77..a5b28cb8 100644 --- a/ext/auto_tagger/test.php +++ b/ext/auto_tagger/test.php @@ -17,7 +17,7 @@ class AutoTaggerTest extends ShimmiePHPUnitTestCase $this->log_out(); $this->get_page('auto_tag/list'); - $this->assert_title("Auto-Tag List"); + $this->assert_title("Auto-Tag"); $this->assert_no_text("Add"); }