Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Dec 21, 2024
1 parent 80c6cb2 commit b905b69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/controllers/modules/PostTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public function testAdd(): void
*/
public function testSave(): void
{
$time = time();
$this->assertEquals(2, $this->mod->save(2, [
'title' => 'Top 5 beaches',
'slug' => 'top-beaches',
Expand Down

0 comments on commit b905b69

Please sign in to comment.