Skip to content

Commit ba22b9b

Browse files
committed
Fix CS
1 parent 0e5e5c6 commit ba22b9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Integration/DevicesLocksTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function computerLockItemtype() {
253253
'batteries' => [],
254254
'remote_mgmt' => [],
255255
'bios' => [],
256-
'powersupply' => [],
256+
'powersupply' => [],
257257
'itemtype' => 'Computer'
258258
];
259259

@@ -289,7 +289,6 @@ public function computerLockItemtype() {
289289
*/
290290
public function switchLockItemtypeNotDuplicated() {
291291
$pfLock = new PluginFusioninventoryLock();
292-
'powersupply' => [],
293292

294293
$input = [
295294
'tablename' => 'glpi_computers',

0 commit comments

Comments
 (0)