Tests: Small fixes
This commit is contained in:
@ -12,7 +12,6 @@ namespace Tests.DocumentTests {
|
||||
var d = await Context.Deliveries.FindAsync(2020, 1);
|
||||
using var doc = new DeliveryNote(d!, Context);
|
||||
var text = await Utils.GeneratePdfText(doc);
|
||||
Console.Write(text);
|
||||
Assert.Multiple(() => {
|
||||
Assert.That(text, Contains.Substring("""
|
||||
MUSTERMANN Max
|
||||
|
Reference in New Issue
Block a user