Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Feb 11, 2022
1 parent a30606b commit 8765ff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/organisationsnummer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ void main() {
expect(org.type(), type);
expect(org.isPersonnummer(), true);
expect(org.personnummer().runtimeType, Personnummer);
// expect(org.personnummer().constructor.name).toBe('Personnummer');
});
});

Expand Down

0 comments on commit 8765ff1

Please sign in to comment.