Skip to content

Commit

Permalink
Removed: Political party check from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-bosman committed Sep 9, 2021
1 parent e4578da commit 3c7cdde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/license-plate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,5 @@ describe('License Plate', () => {
expect(new LicensePlate('x-99-psv').valid()).toBeFalsy();
expect(new LicensePlate('x-99-sss').valid()).toBeFalsy();
expect(new LicensePlate('x-99-sds').valid()).toBeFalsy();
expect(new LicensePlate('x-99-pvv').valid()).toBeFalsy();
expect(new LicensePlate('x-99-sgp').valid()).toBeFalsy();
expect(new LicensePlate('x-99-vvd').valid()).toBeFalsy();
});
});

0 comments on commit 3c7cdde

Please sign in to comment.