Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher authored Feb 24, 2025
1 parent 7f4e58c commit ab70925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/functional/Glpi/Inventory/Assets/SoftwareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ function ($input) {
$isoft_version->find(['itemtype' => \Computer::class, 'items_id' => $computers_id])
);

//check Item_OperatingSystem has been locked locked
//check Item_OperatingSystem has been locked
$locks = $lockedfields->find();
$this->assertCount(1, $locks);
$lock = array_pop($locks);
Expand Down

0 comments on commit ab70925

Please sign in to comment.