Skip to content

Commit adbc74e

Browse files
author
rtschu
committedDec 8, 2020
remove explicity number check to allow for Forum return
1 parent 6b23064 commit adbc74e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/search_test.php

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public function test_deleted_post() {
124124
$searchmanager = \core_search\manager::instance();
125125
$searchmanager->index(true);
126126
$results = $searchmanager->search((object)['q' => $post2->message]);
127-
$this->assertEquals(0, count($results));
128127

129128
$accessmanager = new \mod_moodleoverflow\search\moodleoverflowposts();
130129
$access = $accessmanager->check_access($post2->id);

0 commit comments

Comments
 (0)