Fix test after 0ed2df3f22bd4172e439b8deeb2070e3f62b26d3

interpolate_layout now accepts axis names in designspace name
format, NOT axis tags.
This commit is contained in:
Behdad Esfahbod 2017-05-23 00:31:15 -07:00
parent a08fb27f17
commit 877ac7540c

View File

@ -876,7 +876,7 @@ class InterpolateLayoutTest(unittest.TestCase):
ds_copy = os.path.splitext(varfont_path)[0] + '.designspace'
shutil.copy2(ds_path, ds_copy)
args = [ds_copy, 'wght=500', 'cntr=50']
args = [ds_copy, 'weight=500', 'contrast=50']
interpolate_layout_main(args)
instfont_path = os.path.splitext(varfont_path)[0] + '-instance' + suffix