[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,10 +1712,14 @@ class InstantiateVariableFontTest(object):
|
|||||||
|
|
||||||
location = {"0000": 0.5}
|
location = {"0000": 0.5}
|
||||||
|
|
||||||
instance = instancer.instantiateVariableFont(
|
with pytest.raises(
|
||||||
varfont,
|
NotImplementedError,
|
||||||
location,
|
match="Instancing accross VarComponent axes with variation is not supported.",
|
||||||
)
|
):
|
||||||
|
instance = instancer.instantiateVariableFont(
|
||||||
|
varfont,
|
||||||
|
location,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def _conditionSetAsDict(conditionSet, axisOrder):
|
def _conditionSetAsDict(conditionSet, axisOrder):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user