Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed May 10, 2022
1 parent 486d853 commit f342335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/ComputerTransformationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1193,14 +1193,14 @@ public function ComputerMonitor() {
$a_reference = [];
$a_reference[0] = [
'manufacturers_id' => 'NEC Technologies, Inc.',
'name' => '27/2001',
'name' => 'NEC Écran Plug-and-Play',
'serial' => '',
'is_dynamic' => 1,
'monitormodels_id' => 'Écran Plug-and-Play'
];
$a_reference[1] = [
'manufacturers_id' => 'Lenovo',
'name' => '',
'name' => 'Lenovo ThinkPad Display 1280x800',
'serial' => 'UBYVUTFYEIUI',
'is_dynamic' => 1,
'monitormodels_id' => 'ThinkPad Display 1280x800'
Expand Down

0 comments on commit f342335

Please sign in to comment.