Skip to content

Commit

Permalink
chore: add MTY23
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 29, 2024
1 parent 27e299e commit 806e36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const MODEL_3 = [
]

const MODEL_Y = [
['', [['MTY18'], ['MTY19']]],
['', [['MTY18'], ['MTY19', 'MTY23']]],
['Standard Range', [['MTY01'], ['MTY08'], ['MTY13']]],
['Long Range RWD', [['MTY02']]],
[
Expand Down
1 change: 1 addition & 0 deletions test/model-y.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const title = require('..')
test('Model Y', t => {
t.is(title({ optionCodes: ['MDLY', 'MTY18'] }), '')
t.is(title({ optionCodes: ['MDLY', 'MTY19'] }), '')
t.is(title({ optionCodes: ['MDLY', 'MTY23'] }), '')
})

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

0 comments on commit 806e36d

Please sign in to comment.