[#19] Printing/Pdf: Use WinziPrint's daemon function to allow parallel usage
This commit is contained in:
@ -30,8 +30,8 @@ namespace Tests.DocumentTests {
|
||||
}
|
||||
|
||||
[OneTimeTearDown]
|
||||
public void TeardownPrinting() {
|
||||
// no teardown needed yet
|
||||
public async Task TeardownPrinting() {
|
||||
await Pdf.Cleanup();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user