Skip to content

Commit 5e8cc47

Browse files
committed
Update tests
1 parent 789a98b commit 5e8cc47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/data/gaming/sony.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
readable: 'a Sony PlayStation 2'
157157
-
158158
headers: 'User-Agent: Mozilla/5.0 [ja] (compatible; MSIE 6.0; Linux 2.6.11-1.1369_FC4; PlayStation2)'
159-
result: { device: { type: gaming, subtype: console, manufacturer: Sony, model: 'Playstation 2' } }
159+
result: { device: { type: gaming, subtype: console, manufacturer: Sony, model: 'PlayStation 2' } }
160160
readable: 'a Sony PlayStation 2'
161161
-
162162
headers: 'User-Agent: Mozilla/4.0 (PS2; PlayStation BB Navigator 1.0) NetFront/3.0'
@@ -205,8 +205,8 @@
205205
-
206206
headers: 'User-Agent: Mozilla/5.0 (PlayStation 5/SmartTV) AppleWebKit/605.1.15 (KHTML, like Gecko)'
207207
readable: 'a Sony PlayStation 5'
208-
result: { engine: { name: Webkit, version: '537.21' }, device: { type: gaming, subtype: console, manufacturer: Sony, model: 'PlayStation 3' } }
208+
result: { engine: { name: Webkit, version: 605.1.15 }, device: { type: gaming, subtype: console, manufacturer: Sony, model: 'PlayStation 5' } }
209209
-
210210
headers: 'User-Agent: Mozilla/5.0 (PlayStation 5 3.03/SmartTV) AppleWebKit/605.1.15 (KHTML, like Gecko)'
211-
readable: 'a Sony PlayStation 5'
212-
result: { engine: { name: Webkit, version: '537.21' }, device: { type: gaming, subtype: console, manufacturer: Sony, model: 'PlayStation 3' } }
211+
readable: 'a Sony PlayStation 5 running 3.03'
212+
result: { engine: { name: Webkit, version: 605.1.15 }, os: { version: '3.03' }, device: { type: gaming, subtype: console, manufacturer: Sony, model: 'PlayStation 5' } }

0 commit comments

Comments
 (0)