From 5d16828031ccab857523d0d79b11be4bdc1ccf08 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 3 Nov 2017 20:07:09 +0000 Subject: [PATCH] fixup had removed that fixture and squashed.. should have re-run the test before pushing :-/ --- Tests/ttLib/tables/_k_e_r_n_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ttLib/tables/_k_e_r_n_test.py b/Tests/ttLib/tables/_k_e_r_n_test.py index f252b8bc5..ea843c58f 100644 --- a/Tests/ttLib/tables/_k_e_r_n_test.py +++ b/Tests/ttLib/tables/_k_e_r_n_test.py @@ -252,7 +252,7 @@ class KernTableTest(object): data = kern.compile(font) assert data == expected - def test_getkern(self, table): + def test_getkern(self): table = newTable("kern") table.version = 0 table.kernTables = []