Skip to content

Commit

Permalink
temp commit remove later
Browse files Browse the repository at this point in the history
  • Loading branch information
rtschu committed Dec 8, 2020
1 parent 6b23064 commit b05c438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/search_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public function test_deleted_post() {
$searchmanager = \core_search\manager::instance();
$searchmanager->index(true);
$results = $searchmanager->search((object)['q' => $post2->message]);
var_dump($results);
$this->assertEquals(0, count($results));

$accessmanager = new \mod_moodleoverflow\search\moodleoverflowposts();
Expand Down

0 comments on commit b05c438

Please sign in to comment.