Tests: Change IBAN and LfbisNr to be valid
All checks were successful
Test / Run tests (push) Successful in 2m14s
All checks were successful
Test / Run tests (push) Successful in 2m14s
This commit is contained in:
@ -32,8 +32,8 @@ namespace Tests.DocumentTests {
|
||||
Adresse: Hauptstraße 1
|
||||
PLZ/Ort: 2122 Riedenthal (Riedenthal)
|
||||
"""));
|
||||
Assert.That(text, Contains.Substring("IBAN: AT12 3456 7890 1234 5678"));
|
||||
Assert.That(text, Contains.Substring("Betriebs-Nr.: 2583691"));
|
||||
Assert.That(text, Contains.Substring("IBAN: AT97 1234 5678 9012 3460"));
|
||||
Assert.That(text, Contains.Substring("Betriebs-Nr.: 0123498"));
|
||||
Assert.That(text, Contains.Substring("Stammgemeinde: Wolkersdorf"));
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user