Adjusted autotagger tests

This commit is contained in:
Matthew Barbour 2020-03-02 15:39:26 +00:00
parent 70560398e3
commit ec9244d553

View file

@ -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");
}