Skip to content

Commit

Permalink
Update test_.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiomYT authored Jun 24, 2024
1 parent a2ee9c4 commit 31aea85
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
from dvla import validate_reg

reg_list_valid = [
"NG04DNJ", "WF61ZZH", "AB51ABC", "A51ABC", "A123ABC", "A12ABC", "A1ABC",
"123ABC", "ABC123A", "ABC12A", "ABC1A", "ABC123", "1ABC", "ABC1", "1234A",
"A1234", "1234AB", "AB1234", "123ABC", "ABC123", "ABC123",
"ABC1234", "101D234", "123X456"
"AB51ABC", "A51ABC", "A123ABC", "A12ABC", "A1ABC", "123ABC", "ABC123A",
"ABC12A", "ABC1A", "ABC123", "1ABC", "ABC1", "1234A", "A1234", "1234AB",
"AB1234", "123ABC", "ABC123", "ABC123", "ABC1234", "101D234", "123X456"
]

reg_list_invalid = [
Expand Down

0 comments on commit 31aea85

Please sign in to comment.