From: Arthur de Jong <arthur@arthurdejong.org>
Subject: Update Fødselsnummer test case for date in future
Origin: upstream, https://arthurdejong.org/git/python-stdnum/patch/?id=1003033fa0e97726d92f47231f96cf02fb35869a
Bug-Debian: https://bugs.debian.org/1022311
Last-Update: 2024-06-23
Forwarded: not-needed

The future was now. This problem was pushed forwards to October 2039.
---
 tests/test_no_fodselsnummer.doctest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/tests/test_no_fodselsnummer.doctest
+++ b/tests/test_no_fodselsnummer.doctest
@@ -91,9 +91,9 @@
 Traceback (most recent call last):
   ...
 InvalidComponent: This number is an FH-number, and does not contain birth date information by design.
->>> fodselsnummer.validate('19102270846')
+>>> fodselsnummer.validate('18103970861')
 Traceback (most recent call last):
-	...
+  ...
 InvalidComponent: The birth date information is valid, but this person has not been born yet.
 
 
