Skip to content

Commit bcf3194

Browse files
committed
fix: tests
1 parent 45d9ec1 commit bcf3194

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Parser/Device/AbstractDeviceParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ abstract class AbstractDeviceParser extends AbstractParser
724724
'2K' => 'IKI Mobile',
725725
'IK' => 'iKoMo',
726726
'58' => 'iKon',
727-
'58' => 'iKonia',
727+
'588' => 'iKonia',
728728
'I7' => 'iLA',
729729
'2I' => 'iLife',
730730
'1I' => 'iMars',

Tests/fixtures/smartphone-17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
device:
177177
type: smartphone
178178
brand: ZTE
179-
model: Blade A0620
179+
model: Blade A6
180180
os_family: Android
181181
browser_family: Chrome
182182
-

regexes/device/mobiles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29052,6 +29052,8 @@ Phicomm:
2905229052
model: 'Energy 3+'
2905329053
- regex: 'E5051(?:[);/ ]|$)'
2905429054
model: 'Energy 4S'
29055+
- regex: 'PHICOMM[ _]Clue[ _]([^/;)]+)(?: Build|[);])'
29056+
model: 'Clue $1'
2905529057

2905629058
# Huadoo
2905729059
Huadoo:

0 commit comments

Comments
 (0)