Skip to content

Commit

Permalink
Update KnowledgeGraphApiLoadPropertiesTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Jan 16, 2025
1 parent a44081f commit 7912e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class KnowledgeGraphApiLoadPropertiesTest extends TestCase {
* @covers KnowledgeGraphApiLoadProperties::getExamplesMessages
*/
public function testGetExamples() {
$instance = new KnowledgeGraphApiLoadProperties( new ApiMain(), null );
$instance = new KnowledgeGraphApiLoadProperties( new ApiMain(), '' );
$messages = $instance->getExamplesMessages();
$this->assertCount( 1, $messages );
}
Expand Down

0 comments on commit 7912e26

Please sign in to comment.