Skip to content

Commit

Permalink
Switched Element14 test part as it is causing test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Feb 27, 2023
1 parent 2134569 commit 6ee989b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kintree/search/element14_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ def test_api(store_url=None) -> bool:
},
{
'store_url': 'au.element14.com',
'part_number': '2N7002-7-F',
'part_number': '2N7002K-T1-GE3',
'expected': {
'displayName': 'Power MOSFET, N Channel, 60 V, 115 mA, 13.5 ohm, SOT-23, Surface Mount',
'brandName': 'DIODES INC.',
'translatedManufacturerPartNumber': '2N7002-7-F',
'displayName': 'Power MOSFET, N Channel, 60 V, 190 mA, 2 ohm, SOT-23, Surface Mount',
'brandName': 'VISHAY',
'translatedManufacturerPartNumber': '2N7002K-T1-GE3',
}
},
]
Expand Down

0 comments on commit 6ee989b

Please sign in to comment.