Update harfbuzz repack test failure message expectation.

This commit is contained in:
Garret Rieger 2022-06-27 18:13:52 +00:00
parent c63b84db7e
commit 4acad94b93

View File

@ -879,8 +879,8 @@ class SubsetTest:
# test we emit a log.error if hb.repack fails (and we don't if successful)
assert (
(
"hb.repack failed to serialize 'GSUB', reverting to "
"pure-python serializer; the error message was: RepackerError: mocking"
"hb.repack failed to serialize 'GSUB', attempting fonttools resolutions "
"; the error message was: RepackerError: mocking"
) in caplog.text
) ^ ok