You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PrintProgressTest: minor fix to the tearDown() method
The test class defines its own `tearDown()` method, which overrules the `tearDown()` from the `StatusWriterTestHelper` class, so we need to call the `StatusWriterTestHelper::resetStatusWriterProperties()` method from our own `tearDown()`.
0 commit comments