We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b23064 commit adbc74eCopy full SHA for adbc74e
tests/search_test.php
@@ -124,7 +124,6 @@ public function test_deleted_post() {
124
$searchmanager = \core_search\manager::instance();
125
$searchmanager->index(true);
126
$results = $searchmanager->search((object)['q' => $post2->message]);
127
- $this->assertEquals(0, count($results));
128
129
$accessmanager = new \mod_moodleoverflow\search\moodleoverflowposts();
130
$access = $accessmanager->check_access($post2->id);
0 commit comments