Skip to content

Commit

Permalink
fix method name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Aug 30, 2024
1 parent 9135996 commit 01da0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/Glpi/Features/AssignableItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function testAddUpdateWithIntGroups(string $class): void

public function testGenericAsset(): void
{
$class = $this->initAssetDefinition()->getAssetClassName();
$class = $this->initAssetDefinition()->getCustomObjectClassName();

$this->testAddAndUpdateMultipleGroups($class);
$this->testLoadGroupsFromDb($class);
Expand Down

0 comments on commit 01da0c5

Please sign in to comment.