Skip to content

Commit

Permalink
Update tripal_chado/tests/src/Functional/Services/ChadoTripalPublishT…
Browse files Browse the repository at this point in the history
…est.php

Co-authored-by: Lacey-Anne Sanderson <lacey.sanderson@usask.ca>
  • Loading branch information
spficklin and laceysanderson committed Jun 17, 2024
1 parent fac979b commit 3825544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ public function testChadoTripalPublishService() {

$publish->init('project', 'chado_storage');
$entities = $publish->publish();
$this->assertTrue(count(array_values($entities)) == 2,
$this->assertCount(2, $entities,
'Failed to publish 2 project entities.');

// Make sure that the linked records are also published for each project.
Expand Down

0 comments on commit 3825544

Please sign in to comment.