[VARC/test] Adjust a test
This worked with the previous font it seems, but not with the new font. Or maybe I've screwed up something...
This commit is contained in:
parent
2ca627dc5b
commit
22e02ccb47
@ -1712,6 +1712,10 @@ class InstantiateVariableFontTest(object):
|
||||
|
||||
location = {"0000": 0.5}
|
||||
|
||||
with pytest.raises(
|
||||
NotImplementedError,
|
||||
match="Instancing accross VarComponent axes with variation is not supported.",
|
||||
):
|
||||
instance = instancer.instantiateVariableFont(
|
||||
varfont,
|
||||
location,
|
||||
|
Loading…
x
Reference in New Issue
Block a user