Skip to content

Commit

Permalink
adds manufactor test and corrects years.
Browse files Browse the repository at this point in the history
  • Loading branch information
luizpaulofranz committed Feb 9, 2022
1 parent 717aaf6 commit fe42a63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/src/manufacturers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,5 @@ const manufacturers = <String, String>{
'9BW': 'Volkswagen',
'9FB': 'Renault',
'WB1': 'BMW Motorrad of North America',
'3KP': 'HYUNDAI, KIA'
};
8 changes: 4 additions & 4 deletions lib/src/year_map.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
const yearMap = <String, int>{
'N': 1992,
'P': 1993,
'R': 1994,
'S': 1995,
'T': 1996,
'V': 1997,
'W': 1998,
Expand All @@ -29,4 +25,8 @@ const yearMap = <String, int>{
'K': 2019,
'L': 2020,
'M': 2021,
'N': 2022,
'P': 2023,
'R': 2024,
'S': 2025
};

0 comments on commit fe42a63

Please sign in to comment.