OOXML tests: silence warnings.

These can make the test output confusing, making people think
tests are failing when they're passing.
This commit is contained in:
John MacFarlane 2021-08-17 15:33:10 -07:00
parent 8451bce6de
commit 2e9a8935fb

View file

@ -84,6 +84,7 @@ testArchive writerFn opts fp = do
txt <- T.readFile fp
bs <- runIOorExplode $ do
setTranslations "en-US"
setVerbosity ERROR -- otherwise test output is confusingly noisy
readNative def txt >>= writerFn opts
return $ toArchive bs