Skip to content

Commit

Permalink
refacto: cleanup unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 18, 2023
1 parent 7446f88 commit 53fc5d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions t/tasks/inventory/windows/usb.t
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,18 @@ my %tests = (
{
MANUFACTURER => 'CHERRY',
NAME => 'Dispositivo compuesto USB',
CAPTION => 'Dispositivo compuesto USB',
CAPTION => 'Dispositivo compuesto USB',
VENDORID => '046A',
PRODUCTID => '0019'
},
{
CAPTION => 'SmartTerminal XX44',
MANUFACTURER => 'CHERRY',
NAME => 'SmartTerminal XX44',
CAPTION => 'SmartTerminal XX44',
VENDORID => '046A',
PRODUCTID => '002D'
},
{
CAPTION => 'Printing Support',
MANUFACTURER => 'HP, Inc',
NAME => 'Printing Support',
CAPTION => 'Printing Support',
Expand All @@ -110,7 +108,6 @@ my %tests = (
PRODUCTID => '3A17'
},
{
CAPTION => 'HL-5250DN Printer',
MANUFACTURER => 'Brother Industries, Ltd',
NAME => 'HL-5250DN Printer',
CAPTION => 'HL-5250DN Printer',
Expand All @@ -119,7 +116,6 @@ my %tests = (
PRODUCTID => '002B'
},
{
CAPTION => 'LaserJet P2015 series',
MANUFACTURER => 'HP, Inc',
NAME => 'LaserJet P2015 series',
CAPTION => 'LaserJet P2015 series',
Expand Down

0 comments on commit 53fc5d9

Please sign in to comment.