[#19] Printing/Pdf: Use WinziPrint's daemon function to allow parallel usage

This commit is contained in:
2024-03-02 19:55:51 +01:00
parent 376af72700
commit 46c97089e7
4 changed files with 31 additions and 14 deletions

View File

@ -30,8 +30,8 @@ namespace Tests.DocumentTests {
}
[OneTimeTearDown]
public void TeardownPrinting() {
// no teardown needed yet
public async Task TeardownPrinting() {
await Pdf.Cleanup();
}
}
}