Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 24, 2023
1 parent 320abb3 commit 53f02f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api/BestAnswerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function unsetting_best_answer_decreases_author_best_answer_count()
],
)
);

print_r($response->getBody()->getContents());
$this->assertEquals(200, $response->getStatusCode());

$discussion = Discussion::find(2);
Expand Down

0 comments on commit 53f02f6

Please sign in to comment.