Skip to content

Commit

Permalink
chore: add MTY41
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 24, 2025
1 parent 128bfeb commit 30d1ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ const MODEL_Y = [
['MTY24'],
['MTY27'],
['MTY33'],
['MTY37']
['MTY37'],
['MTY41']
]
],
[
Expand Down
1 change: 1 addition & 0 deletions test/model-y.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test('Model Y Long Range AWD', t => {
t.is(title({ optionCodes: ['MDLY', 'MTY27'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY33'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY37'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY41'] }), 'Long Range AWD')
})

test('Model Y Performance', t => {
Expand Down

0 comments on commit 30d1ab1

Please sign in to comment.