instancer_test: adjust expected cvar test result

This commit is contained in:
Cosimo Lupo 2019-03-25 12:22:42 +00:00
parent 05c22b9122
commit eff5a6310d
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -99,7 +99,7 @@ class InstantiateCvarTest(object):
pytest.param({"wght": -1.0}, [500, -400, 150, 250], id="wght=-1.0"),
pytest.param({"wdth": -1.0}, [500, -400, 180, 200], id="wdth=-1.0"),
pytest.param({"wght": -0.5}, [500, -400, 165, 250], id="wght=-0.5"),
pytest.param({"wdth": -0.3}, [500, -400, 180, 240], id="wdth=-0.3"),
pytest.param({"wdth": -0.3}, [500, -400, 180, 235], id="wdth=-0.3"),
],
)
def test_pin_and_drop_axis(self, varfont, location, expected):