Skip to content

Commit

Permalink
fix: removed notice
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed May 1, 2024
1 parent a19d73a commit 2f190c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpMyFAQ/FaqTest.php
Expand Up @@ -78,7 +78,7 @@ public function testCreate(): void

// Assert that the method returns an integer
$this->assertIsInt($result->getId());
$this->assertGreaterThan(0, $result);
$this->assertGreaterThan(0, $result->getId());
}

public function testGetNextSolutionId(): void
Expand Down

0 comments on commit 2f190c2

Please sign in to comment.